Skip to content

Commit 5b801b8

Browse files
Add Azure Login Action Step
When following this article we took some time to figure out that there was a step missing. Added the azure login action in.
1 parent 7f3eae4 commit 5b801b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/github/github-key-vault.md

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ Secrets fetched are set as outputs and also as environment variables. Variables
9494
secrets: 'mySecret' # comma separated list of secret keys to fetch from key vault
9595
id: myGetSecretAction # ID for secrets that you will reference
9696
```
97+
## Add the Azure Login Action
98+
99+
For GitHub actions that don't use public endpoints, you may need to configure the [Azure Login Action.](https://docs.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-cli%2Cwindows#use-the-azure-login-action)
97100
98101
## Reference the key vault secret
99102

0 commit comments

Comments
 (0)