This repository contains a simple Azure template and configuration instructions which can be used to prepare an Azure account to install and demo a CloudShell Azure deployment. The deployment architecture is intended for demo/POC purposes and is not suitable for production environments.
To prepare an Azure environment for a CloudShell demo, first deploy the basic template by clicking the button below, then follow the instructions in this file to configure the required permissions for the CloudShell application.
Click the button below to deploy this template to your Azure account:
The following diagram describes the deployment topology.
As seen in the above diagram this template will create the following elements in Azure:
- CloudShell Management VNET
- CloudShell Management Subnet
- CloudShell Management Storage
- CloudShell Management Resource Group
- CloudShell Management Security Group
- Windows VM (default DS4_v2)for the following products (installed separately): CloudShell Portal, Quali server (including Execution Server and CloudShell DB)
- Linux VM (default DS2_v2) for the following product: QualiX
- CloudShell Sandboxes VNET
- Peering between the CloudShell Sandboxes VNET and the CloudShell Management VNET
Note that additional VMs may be dynamically allocated for each sandbox.
CloudShell Apps communicate with Azure using the Azure API. However, to enable the two platforms to work with each other, you need to add a web application that has permissions to use the Azure API.
This configuration is a three-step process:
- Add an Azure web application
- Delegate Azure API permissions to the web application
- Configure the web application as Contributor
During the Azure configuration process you'll obtain a tenant and a secret key which, along with your subscription ID and client ID you'll need to configure CloudShelll. Please pay attention in the steps below to the instructions regarding these important values.
Please follow the link below for detailed configuration instructions:
Configure Azure API to work with CloudShell (CloudShell 8.0 EA Online Help)
Please contact a Quali representative to continue the installation process.