Limitations

No

Description

1

Adds endpoints for an instance of Azure Resource Manager, run:

Add-AzureRmEnvironment -Name AzureStackAdmin –ARMEndpoint https://adminmanagement.<REGION>.<DOMAIN>

Notes:

Replace <REGION> with your Azure Stack Hub region.

Replace <DOMAIN> with your Azure Stack Hub domain.

2

Adds an Azure Resource Manager account to run cmdlets for the specified environment and tenant by default. To do this, run:

Add-AzureRmAccount -EnvironmentName "AzureStackAdmin" -TenantId <TENANT>

Note:

Replace <TENANT> with your tenant ID.

3

Gallery item

  • Add High Availability package gallery item:

    Add-AzsGalleryItem -GalleryItemUri https://chkpazurestack.blob.core.windows.net/azpkg-stack-ha/checkpoint.CloudGuard-stack-ha.1.0.0.azpkg -VERBOSE

  • Add Management package gallery item:

    Add-AzsGalleryItem -GalleryItemUri https://chkpazurestack.blob.core.windows.net/azpkg-stack-management/checkpoint.CloudGuard-stack-management.1.0.0.azpkg -VERBOSE

4

Checks that the Marketplace items downloaded successfully:

  • For High Availability Gallery item:
    Get-AzsGalleryItem | select name

    Detect High Availability package in the output list:

    checkpoint.CloudGuard-stack-ha.1.0.0.azpkgkg

    Detect Management package in the output list:

    checkpoint.CloudGuard-stack-management.1.0.0.azpkg
5

Locate High Availability solution in your Azure Stack Hub Admin portal:

    1. Click on Create new resource.

    2. Confirm that HA Marketplace successfully downloaded.