Last updated:
0 purchases
PCAzure 1.0.1.post4
PC_Azure
ABK Productivity & Collaboration Python code to interact with Microsoft Azure
Requirements
In order to use the Python classes contained in this package you'll need:
An Azure account - https://portal.azure.com/
Install the Azure command line interface (Azure CLI)
Authenticate in Azure using Azure CLI
See section below for more information about Azure CLI.
Azure CLI resources
Azure CLI
Install Azure CLI
Authenticate through Azure CLI
Troubleshooting
If you have already installed Azure CLI, but you keep getting prompted to sign in using a web browser, you may need to re-log in. To fix this, type az login on a terminal.
Classes
Azure_Key_Vault
Methods
constructor : Receives the name of the Azure Key Vault
get_secret : Receives a secret name and returns the corresponding secret value stored in the Azure Key Vault that is defined in the constructor
References
https://learn.microsoft.com/en-us/azure/key-vault/secrets/quick-create-python
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.