Skip to content

Commit

Permalink
Revert "Merge pull request #463 from ritikaguptams/wire-workload-id"
Browse files Browse the repository at this point in the history
This reverts commit 0fa333a, reversing
changes made to bba8a47.
  • Loading branch information
marosset committed Aug 2, 2024
1 parent 0fa333a commit df70518
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 group create --name capz-ci -l westus2
az rg 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 df70518

Please sign in to comment.