An open API service indexing awesome lists of open source software.

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

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) ![Lint](https://github.com/damienpontifex/arm-aks-with-acr-pull/workflows/Lint/badge.svg)