Skip to content

Commit 60fa923

Browse files
Craig ShoemakerCopilot
authored andcommitted
Address review feedback on pipelines freshness update
- Update service connection type from 'Service principal (automatic)' to 'App registration (automatic)' to match current Azure DevOps UI - Add note about Azure Repos Git prerequisite for pipeline creation - Add tip for Debian repository build errors with az containerapp up Co-authored-by: Copilot <[email protected]>
1 parent dfdb37d commit 60fa923

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

articles/container-apps/azure-pipelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To deploy to Container Apps, you need to create an Azure DevOps service connecti
143143

144144
1. Select **Azure Resource Manager**, and then select **Next**.
145145

146-
1. Select **Service principal (automatic)**, and then select **Next**.
146+
1. Select **App registration (automatic)**, and then select **Next**.
147147

148148
1. Provide the following values, and then select **Save**:
149149

@@ -163,6 +163,9 @@ To learn more about service connections, see [Connect to Microsoft Azure](/azure
163163

164164
1. Select **Azure Repos Git**.
165165

166+
> [!NOTE]
167+
> If you don't see **Azure Repos Git** as an option, make sure your source code is pushed to a Git repository in your Azure DevOps project.
168+
166169
1. Select the repo that contains your source code (`my-container-app`).
167170

168171
1. Select **Starter pipeline**.

includes/container-apps-github-devops-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ ms.author: wujia
2222
--ingress external
2323
```
2424

25+
> [!TIP]
26+
> If the build fails with a Debian repository error, make sure you're using the latest Azure CLI version and containerapp extension by running `az extension add --name containerapp --upgrade`. Alternatively, add a Dockerfile to your project for more control over the build.
27+
2528
1. In the command output, note the name of the Azure container registry.
2629
2730
1. Get the full resource ID of the container registry:

0 commit comments

Comments
 (0)