Skip to main content

19 de noviembre de 2024

Upload the Unified Access Gateway Image to Microsoft Azure

You can upload the Unified Access Gateway .vhd image to Azure.

Procedure

  1. Download a Unified Access Gateway .vhd image file of the specific Unified Access Gateway version from Customer Connect.

  2. Use the following example PowerShell commands to upload the .vhd image to the vhds container created earlier.

    $imageURI = "https://<storage_account_name>.blob.core.windows.net/vhds/euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd"
    
    $imagePath = "E:\UAGImages\euc-unified-access-gateway-3.4.0.0-11037344_OVF10.vhd"
    
    Set-Item -Path Env:\SuppressAzureRmModulesRetiringWarning -Value $true
    Add-AzureRmVhd -ResourceGroupName $resourceGroup -LocalFilePath $imagePath ` 
    -Destination $imageURI -NumberOfUploaderThreads 32
    

¿Le resultó útil esta página?

Enviar comentarios sobre este tema

¿Le resultó útil este tema?

No incluya información personal ni confidencial.

Generando el enlace…