Usage
An Azure Keysintegration can beused inBashsteps for access to its properties through environment variables. This integraton cannot currently be used with any resources.
Make sure that your service principal has adequate permission to perform whatever actions you plan to take in your custom script. This could mean ACR reader role to pull images, AKS contributor to create deployments, etc.
Required for Dynamic Nodes
In order for Pipelines to run dynamic node pools on Azure, you will need to接受Azure的市场形象so that the JFrog Pipelines buildplane VM images can be used. The following Azure CLI commands must be run with theAzure service principal used by this integration:
az vm image terms accept --plan x86_64-ubuntu_16_04 --offer pipelines-buildplane --publisher jfrog
az vm image terms accept --plan x86_64-ubuntu_18_04 --offer pipelines-buildplane --publisher jfrog
az vm image terms accept --plan x86_64-centos_7 --offer pipelines-buildplane --publisher jfrog
az vm image terms accept --plan x86_64-windows_server_2019 --offer pipelines-buildplane --publisher jfrog
Default Environment Variables
When you create a resource with this integration, a set of environment variables is automatically made available.
Environment variable | Description |
---|---|
int_ |
AppId supplied in the integration |
int_ |
Password supplied in the integration |
int_ |
Tenant supplied in the integration |