Assets/PVSToAzurePvsExample.json

{
    "CustomerId": "your-citrix-customer-id",
    "CloudPlatform": "azure",
    "CloudProvisioningType": "Pvs",
    "UploadSmb": {
        "Host": "hostname of SMB server where the exported disk will be stored",
        "Share": "share_name",
        "Path": "path\\to\\disk",
        "DiskName": "name of disk with no extension",
        "DiskFormat": "one of VhdDiskFormat, VhdxDiskFormat, VmdkDiskFormat, VmdkSparseDiskFormat, QCow2DiskFormat, or RawDiskFormat",
        "UserDomain": "domain",
        "UserName": "username"
    },
    "PrepareResourceLocationId": "azure-resource-id-guid",
    "CloudCwSecretId": "cloud-credential-wallet-id",
    "AzureSubscriptionId": "azure-subscription-id-guid",
    "AzureLocation": "eastus",
    "TargetResourceGroup": "target-recource-group-name",
    "AzureVirtualNetworkResourceGroupName": "azure-vnet-resource-group-name",
    "AzureVirtualNetworkName": "azure-vnet-name",
    "AzureVirtualNetworkSubnetName": "azure-subnet-name",
    "AzureVmResourceGroup": "resource-group-name-for-vms",
    "CloudDiskName": "disk-name",
    "Tags": {
        "first-tag-name": "first-tag-value",
        "second-tag-name": "second-tag-value"
    },
    "InstallMisa": false,
    "InstallPvs": "7.31.0",
    "ProvisioningType": "Pvs",
    "XdReconfigure": [{"ParameterName": "controllers", "ParameterValue": "The fully qualified domain name of your cloud connector"}],
    "PublishSmb": {
        "Host": "hostname of SMB server where the published disk will be stored",
        "Share": "share_name",
        "Path": "path\\to\\disk",
        "DiskName": "name of disk with no extension",
        "DiskFormat": "one of VhdDiskFormat, VhdxDiskFormat, VmdkDiskFormat, VmdkSparseDiskFormat, QCow2DiskFormat, or RawDiskFormat",
        "CwId": "smb-credential-wallet-id"
    }
}