Skip to content

Commit 0bc8335

Browse files
authored
Add note about ACR admin user (#98)
* Add alert for ACR admin user * A bit more details
1 parent 3e11122 commit 0bc8335

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: docs/deployment/azure/aca-deployment-azd-in-depth.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploy a .NET Aspire app to Azure Container Apps using `azd` (in-depth guide)
33
description: Learn how to use `azd` to deploy .NET Aspire apps to Azure Container Apps.
4-
ms.date: 11/13/2023
4+
ms.date: 11/27/2023
55
---
66

77
# Deploy a .NET Aspire app to Azure Container Apps using the Azure Developer CLI (in-depth guide)
@@ -144,7 +144,7 @@ This file is how `azd` remembers (on a per environment basis) which services sho
144144

145145
### Initial deployment
146146

147-
1. In order to deploy the .NET Aspire application, authenticate to Azure AD` to call the Azure resource management APIs.
147+
1. In order to deploy the .NET Aspire application, authenticate to Azure AD to call the Azure resource management APIs.
148148

149149
```azdeveloper
150150
azd auth login
@@ -158,10 +158,13 @@ This file is how `azd` remembers (on a per environment basis) which services sho
158158
azd up
159159
```
160160
161+
> [!IMPORTANT]
162+
> To push containers to an Azure Container Registry (ACR), you need to enable an **Admin user** on the registry. Open the Azure Portal, navigate to the ACR resource / Settings / Access keys, and then select the **Admin user** checkbox. For more information, see [Enable admin user](/azure/container-registry/container-registry-authentication#admin-account).
163+
161164
1. When prompted, select the subscription and location the resources should be deployed to. Once these options are selected the .NET Aspire application
162165
will be deployed.
163166
164-
:::image type="content" source="media/azd-up-final.png" alt-text="Screenshot of `azd` output after azd up command is executed.":::
167+
:::image type="content" source="media/azd-up-final.png" alt-text="Screenshot of `azd` output after `azd up` command is executed.":::
165168
166169
The final line of output from the `azd` command is a link to the Azure Portal that shows
167170
all of the Azure resources that were deployed:

0 commit comments

Comments
 (0)