where does the credentials variable come from? #570
Replies: 2 comments 3 replies
-
AZURE_CREDENTIALS https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-cli%2Clinux
https://learn.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest It is unclear if See: https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation It seems part of the solution is to update:
with
in the .yml |
Beta Was this translation helpful? Give feedback.
-
Related: skills/deploy-to-azure#84 |
Beta Was this translation helpful? Give feedback.
-
From step 3.
https://github.com/skills/deploy-to-azure/blob/main/.github/steps/3-spinup-environment.md
"Logs into your Azure account with the azure/login action. The AZURE_CREDENTIALS secret you created earlier is used for authentication."
Where is that created earlier?
Step 2. does not have that.
https://github.com/skills/deploy-to-azure/blob/main/.github/steps/2-setup-azure-environment.md
Beta Was this translation helpful? Give feedback.
All reactions