Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checklist

Description

Azure Tenant Id

Azure Tenant Id for the company

Azure Subscription Id

Azure Subscription where the Web App exists

Azure Client ID

Client ID to connect to desired Azure Subscription

Azure Client Key

Password for the Client ID

Azure CLI installation

Azure CLI needs to be installed on the Target m/c where the plugin operation shall run

Azure CLI in class path

Azure CLI should be added to the classpath in target m/c. Else the path can also be set under FlexDeploy environment level property

Azure PowerShell

Azure PowerShell needs to be installed on Windows OS and path should be added to the classpath in target m/c.

Configure cloud account

First, an Azureaccount needs to be configured under Topology. FlexDeploy will connect to the right Azure Subscription with provided details and do the deploymentexecution.

  1. Navigate to the Integrations from the left-hand pane

  2. Navigate to the Cloud tab under Topology

  3. Navigate Create a new Cloud account of provider type “Azure” with the “+” button.

It should have a Client ID, Client Key, Tenant Id, and Subscription Id configured in it.

Image Removed

Image Added

  1. Client Key is a password field and hence needs to be kept hidden. To update the same click on the pencil icon as shown below

  2. next update the Client Key value under Secret Text. This is to make sure no one else can retrieve the password

...