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: cloud-native/aks-arm/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
-
# Azure Kubernetes Service (AKS)
1
+
# Deploy Azure Kubernetes Service (AKS) with Bicep and Azure Verified Modules (AVM)
2
+
3
+
Deploys [Azure Kubernetes Service (AKS)](https://learn.microsoft.com/azure/aks/what-is-aks) running [Azure Linux](https://learn.microsoft.com/azure/aks/use-azure-linux) and [Azure Cobalt 100 Arm-based VMs](https://learn.microsoft.com/azure/virtual-machines/sizes/cobalt-overview).
4
+
5
+
## Deploy via Azure Portal
6
+
7
+
[Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-opensource-labs%2Fmain%2Fcloud-native%2Faks-arm%2Faks.json)
2
8
3
9
## Prerequisites
4
10
11
+
- Azure Subscription
5
12
- Azure CLI
6
13
- Bicep
7
-
- Azure Subscription
8
14
9
-
## Deploy
15
+
## Deploy via Azure CLI
10
16
11
17
Azure Linux V3 Preview feature registration:
12
18
@@ -53,7 +59,3 @@ az deployment group create \
53
59
--mode Complete \
54
60
--template-file cloud-native/aks-arm/empty.bicep
55
61
```
56
-
57
-
## Deploy via Azure Portal
58
-
59
-
[Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-opensource-labs%2Fmain%2Fcloud-native%2Faks-arm%2Faks.json)
0 commit comments