You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ACRBuildAndPushGuide.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,45 @@ This guide provides step-by-step instructions to build and push Docker images fo
6
6
Before starting, ensure you have:
7
7
- An active [Azure Subscription](https://portal.azure.com/)
8
8
-[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) installed and logged in
9
-
-[Docker](https://docs.docker.com/get-docker/) installed and running
9
+
-[Docker Desktop](https://docs.docker.com/get-docker/) installed and running
10
10
- Access to your Azure Container Registry (ACR)
11
+
- To create an Azure Container Registry (ACR), you can refer to the following guides:
11
12
12
-
---
13
+
-[Create Container Registry using Azure CLI](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli)
13
14
14
-
## 🚀 Build and Push Images
15
+
-[Create Container Registry using Azure Portal](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-portal?tabs=azure-cli)
16
+
17
+
-[Create Container Registry using PowerShell](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-powershell)
18
+
19
+
-[Create Container Registry using ARM Template](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-geo-replication-template)
20
+
21
+
-[Create Container Registry using Bicep](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-bicep?tabs=CLI)
0 commit comments