https://github.com/damienpontifex/bicep-aks-with-acr-pull
ARM template for creating AKS cluster and role assignment to ACR for pulling images
https://github.com/damienpontifex/bicep-aks-with-acr-pull
acr arm-template azure rbac
Last synced: 3 months ago
JSON representation
ARM template for creating AKS cluster and role assignment to ACR for pulling images
- Host: GitHub
- URL: https://github.com/damienpontifex/bicep-aks-with-acr-pull
- Owner: damienpontifex
- Created: 2020-04-12T08:06:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T02:26:46.000Z (over 4 years ago)
- Last Synced: 2025-03-06T08:58:11.262Z (8 months ago)
- Topics: acr, arm-template, azure, rbac
- Language: Bicep
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARM AKS with ACR pull roll assignment
Creating an Azure Kubernetes Service (AKS) cluster with managed identity and assigning pull RBAC permissions to the container registry.
```bash
az deployment sub create --location australiaeast --template-file main.bicep
```
Linting with [Azure Resource Manager Template Toolkit (arm-ttk)](https://aka.ms/arm-ttk) 