These instructions help customers deploy their vFXT as part of a devops pipeline or to be used in a GitOps Pipeline as outlined by Rick Shahid.
To run this example, ensure that you have created a service principal:
-
open Azure Cloud Shell: https://shell.azure.com
-
Run the following command to create the service principal, and save the values in Azure Key Vault or somewhere safe. If you need a more refined set of roles and role assignements, please review creating a vfxt scoped service principal.
az ad sp create-for-rbac --name ServicePrincipalName --role Owner
-
When you are done using the service principal delete it with the command
az ad sp delete --id APPLICATION_ID
The following are legacy environments: