Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -211,13 +211,13 @@ The Azure template allows deploying multiple environments in parallel. Use cases - multi-instances deployment of the same application. This feature can be enabled using the [parallel matrix jobs](https://docs.gitlab.com/ee/ci/yaml/#parallelmatrix) pattern at the `.azure-env-base` job level (this is the top parent job of all deployment jobs). pattern at the `.azure-base` job level (the template's base job). Environments namespacing is ensured by the `AZURE_ENVIRONMENT_NAMESPACE` variable (must start with a slash `/`). Here is the example of the `.gitlab-ci.yml` file for a project deploying both a frontend and a backend applications: ```yaml .azure-env-base: .azure-base: parallel: matrix: - AZURE_ENVIRONMENT_NAMESPACE: "/front" Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -211,13 +211,13 @@ The Azure template allows deploying multiple environments in parallel. Use cases - multi-instances deployment of the same application. This feature can be enabled using the [parallel matrix jobs](https://docs.gitlab.com/ee/ci/yaml/#parallelmatrix) pattern at the `.azure-env-base` job level (this is the top parent job of all deployment jobs). pattern at the `.azure-base` job level (the template's base job). Environments namespacing is ensured by the `AZURE_ENVIRONMENT_NAMESPACE` variable (must start with a slash `/`). Here is the example of the `.gitlab-ci.yml` file for a project deploying both a frontend and a backend applications: ```yaml .azure-env-base: .azure-base: parallel: matrix: - AZURE_ENVIRONMENT_NAMESPACE: "/front" Loading