Skip to content

Commit

Permalink
rename storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Mar 7, 2024
1 parent 23e43c2 commit 462e537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/code-examples/azure-iam-aks/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
command: [ "/bin/sh", "-c", "--" ]
env:
- name: AZURE_STORAGE_ACCOUNT
value: amitlichttest
value: otterizetutorialazureiam
- name: AZURE_STORAGE_CONTAINER
value: test
args: [ "while true; do az login --federated-token \"$(cat $AZURE_FEDERATED_TOKEN_FILE)\" --service-principal -u $AZURE_CLIENT_ID -t $AZURE_TENANT_ID; az storage blob list --container $AZURE_STORAGE_CONTAINER --account-name $AZURE_STORAGE_ACCOUNT --auth-mode login; sleep 1; echo 'Client - The time is:'; curl -v --silent google.com 2>&1 | grep 'Date:'; sleep 2; done" ]
2 changes: 1 addition & 1 deletion static/code-examples/azure-iam-aks/clientintents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
service:
name: client
calls:
- name: "/subscriptions/ef54c90c-5351-4c8f-a126-16a6d789104f/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/amitlichttest/blobServices/default/containers/test"
- name: "/subscriptions/ef54c90c-5351-4c8f-a126-16a6d789104f/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/otterizetutorialazureiam/blobServices/default/containers/test"
type: azure
azureRoles: # pre-existing (preset or custom) role by name
- "Storage Blob Data Contributor"

0 comments on commit 462e537

Please sign in to comment.