Azure VM From Gallery Image 2G Deployment Path Attributes
The following attributes would be used to define the Azure VM From Gallery Image 2nd Gen:
Attribute | Description |
---|---|
Cloud Provider | Name of the Azure cloud provider resource to be used |
Shared Image Gallery | Name of the shared image gallery to be used to create a VM. The image gallery is listed in the Shared image galleries blade of the Azure portal. |
Image Definition | The image definition is listed in the Image definitions blade of the Azure portal. |
Image Version | Name of the image version to be used to create Azure VMs. Use "latest" if version is unavailable. |
Shared Gallery Resource Group | Resource group in which the shared image gallery resides. |
Shared Gallery Image Subscription ID | The subscription ID of the shared image gallery. Use "current" if not set. |
VM Size | (Optional) Size of the Microsoft Azure computing resources, including CPU, memory and networking capacity of the VM. Leave it empty to use the default VM Size that was set in the cloud provider resource. For example: "Standard_A1_v2”. important For Azure Apps that will run configuration management operations, specify a VM size of Standard_A2_v2 or larger. For additional information, see the Azure help page Sizes for virtual machines in Azure or use Azure CLI to get a list of your region's supported sizes. |
Disk Type | Type of disk to use for the VM's operating system.
|
Disk Size | (Optional) Disk size (in GB) of the VM's operating system. For example, "17” or "35”. If you leave it empty, CloudShell will determine the disk size according to the App's VM Size. |
Data Disks | Semicolon-separated list of data disks that will be added to the VM. The syntax is: For example:
Supported disk types are:
|
License Type | Optionally apply an OS license you own to the VM. Options are:
|
Enable Boot Diagnostics | Enable Boot diagnostics for the VM. For additional information, see Microsoft Docs' Azure boot diagnostics article. |
Boot Diagnostics Storage Account | The name of a storage account where boot diagnostic artifacts will be stored. Enter "Sandbox Storage" to use the storage account created by the sandbox. By default: the managed storage account is used if Enable Boot Diagnostics is enabled. |
Resource Group Name | (Optional) The name of the predefined resource group where the VM will be deployed. This resource group will contain all cloud resources created for the VM (such as network interfaces, security groups, disks and the VM itself). When the VM tears down, its cloud resources will be deleted from the resource group but the resource group will remain. |
Add Public IP | Set to True to use a public IP address to communicate with the VM from outside the virtual network. In most cases the public IP address is associated with the VM until the VM is stopped or terminated, after which the IP is no longer available. To ensure that the IP is available to your subscription at any time, reserve it by setting the Public IP Type attribute to Static. |
Wait for IP | Determines if the App deployment process waits for the VM to get an IP. Default is False. |
Extension Script File / Configuration | (Optional) Custom extension script (PowerShell, Python, batch, etc.) to execute on the deployed VM.
note To support the execution of extension scripts, custom images created outside of Azure Marketplace must include the ProvisionGuestAgent agent. For additional information, see Virtual machine extensions and features for Windows. |
Public IP Type | Set to Static to ensure that the VM always uses the same public IP. By default, public IPs are Dynamic and the address associated to them may change when the VM is powered off. |
Inbound Ports | (Optional) Semi-colon separated list of ports and protocols to open for inbound traffic. Note that by default access from the management VPC is allowed and all ports are open for traffic between Azure App VMs within the sandbox, but this can be changed using the Allow All Sandbox Traffic attribute. In addition, all outbound traffic is allowed. The syntax is:
For example: "80;443:tcp;200-220:udp". note If not specified, the protocol defaults to TCP. Tips
|
Custom Tags | Semi-colon separated list of up to 9 tags to be applied to all related Azure objects created during the App deployment, such as the sandbox's resource group, VNETs, subnets, NSGs and VMs. Attribute supports the following syntax: [TagName]=[TagValue]; [TagName]=[TagValue]. For example: "Tag1=Val1;Tag2=Val2” |
Allow All Sandbox Traffic | Determines if the App allows inbound traffic from all other Azure Apps in the sandbox. If set to False, the App's VM will be isolated. Access from specific Apps or subnets can be defined using the Inbound Ports attribute or API. note By default, this attribute is True, and access is allowed to all ports from all Apps in the sandbox. By default, all ports are open for traffic within the sandbox. |
Enable IP Forwarding | Enables IP forwarding on all network interfaces of the app in order to support virtual appliances like routers and firewalls that are connected to multiple subnets. |
Autoload | Enables the automatic execution of the Autoload command during reservation Setup. |
Availability Zones | Specify the Availability Zone (1, 2, or 3) in which the App’s VM, managed disk and public IP (if available) will be deployed. Leave empty to inherit the Availability Zones defined on the cloud provider resource. For details and supported regions, see Regions and availability zones. |