Update README.md

This commit is contained in:
Balaga Gayatri
2021-10-22 16:16:44 +05:30
committed by GitHub
parent fb7f80cf48
commit 4a95c87ed0

View File

@@ -121,7 +121,8 @@ jobs:
az group list
pwd
```
This action supports login az powershell as well for both windows and linux runners by setting an input parameter `enable-AzPSSession: true`. Below is the sample workflow for the same using the windows runner. Please note that powershell login is not supported in Macos runners.
## Sample workflow that uses Azure login action using OIDC to run az PowerShell (Windows)
```yaml