Skip to content

Commit

Permalink
Update prerequisites-01.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reza-rahman authored Oct 10, 2024
1 parent 325c984 commit e204701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample assumes the following prerequisite environment.
* If your identity has very limited role assignments, ensure you have the following role assignments in the AKS resource group and AKS node resource group.
* [Contributor](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#contributor) role and [User Access Administrator](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#user-access-administrator) role in the resource group that runs AKS cluster. This requires asking a privileged user to assign the roles before creating resource in the resource group.
* [Contributor](https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#contributor) role in the AKS node resource group whose name starts with "MC_". This requires asking a privileged user to assign the role after the AKS instance is created.
* Operating System: GNU/Linux, macOS or [WSL2 for Windows 10](https://docs.microsoft.com/windows/wsl/install-win10).
* Operating System: GNU/Linux, macOS, or [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/windows/wsl/install).
* Note: the Docker image creation steps will not work on a Mac with Apple Silicon.
* [Git](https://git-scm.com/downloads); use `git --version` to test if `git` works. This document was tested with version 2.25.1.
* [Azure CLI](https://docs.microsoft.com/cli/azure); use `az --version` to test if `az` works. This document was tested with version 2.58.0.
Expand Down

0 comments on commit e204701

Please sign in to comment.