Update README.md

This commit is contained in:
Balaga Gayatri 2022-12-26 17:28:04 +05:30 committed by GitHub
commit 50f8249ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ Note:
- Ensure the CLI version is 2.30 or above to use OIDC support.
- OIDC support in Azure is supported only for public clouds. Support for other clouds like Government clouds, Azure Stacks would be added soon.
- By default, Azure access tokens issued during OIDC based login could have limited validity. This expiration time is configurable in Azure.
- By default, Azure access tokens issued during OIDC based login could have limited validity. This expiration time is configurable in Azure. Please go through understanding [access-token lifetime](https://learn.microsoft.com/en-us/azure/active-directory/develop/access-tokens#access-token-lifetime) for more details.
## Sample workflow that uses Azure login action to run az cli
```yaml