Run azd pipeline config
azd will set the environment variables and configure a credential to login from your workflow to Azure.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using the sample at https://github.com/azure-samples/todo-csharp-sql .
When I do an "azd up" it works. Yahoo!
Having done a "git push" to my github repo, I see that there is a github workflow that tries to run when I "git push". However, it fails with the following error (scroll down).
I guess I need to supply an environment name via the github repo variables and secrets?
Can someone please guide me?
Thanks
Siegfried
0s
Run azd provision --no-prompt
azd provision --no-prompt
shell: /usr/bin/bash -e {0}
env:
AZURE_CLIENT_ID:
AZURE_TENANT_ID:
AZURE_SUBSCRIPTION_ID:
AZURE_CREDENTIALS:
AZURE_ENV_NAME:
AZURE_LOCATION:
Error: loading environment: reading environment name: no default response for prompt 'Enter a new environment name:'
Error: Process completed with exit code 1.
Run azd pipeline config
azd will set the environment variables and configure a credential to login from your workflow to Azure.
To resolve GitHub Actions workflow issues: