Skip to content

Commit

Permalink
Merge pull request #463 from ritikaguptams/wire-workload-id
Browse files Browse the repository at this point in the history
Fixing az command in readme
  • Loading branch information
k8s-ci-robot authored Aug 1, 2024
2 parents bba8a47 + cdab30c commit 0fa333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capz/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The templates uses [managed identities](https://learn.microsoft.com/en-us/entra/
Create the required `cloud-provider-identity` with

```bash
az rg create --name capz-ci -l westus2
az group create --name capz-ci -l westus2
az identity create -n "cloud-provider-user-identity" -g "capz-ci" -l westus2
# get the <objectid> from the output and replace below
# replace <subid> with your subscription id
Expand Down

0 comments on commit 0fa333a

Please sign in to comment.