Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RoyKimYYZ/az-python
Python code for learning, sharing and proof of concepts.
https://github.com/RoyKimYYZ/az-python
Last synced: about 2 months ago
JSON representation
Python code for learning, sharing and proof of concepts.
- Host: GitHub
- URL: https://github.com/RoyKimYYZ/az-python
- Owner: RoyKimYYZ
- Created: 2023-12-23T19:49:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:35:51.000Z (11 months ago)
- Last Synced: 2024-08-13T07:07:56.978Z (5 months ago)
- Language: Python
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - RoyKimYYZ/az-python - Python code for learning, sharing and proof of concepts. (Python)
README
# az-python
Python code with respect to Azure and AI scenarios for learning, sharing and proof of concepts.This repo has code samples to complement my blog post series - https://roykim.ca/2023/11/13/step-by-step-using-azure-sdk-for-python-in-windows-vs-code-part-1/
I demonstrate using Azure SDK for Python to create a storage account and a blob container. And then upload a file. And then I package this script into a CLI using Python packages Click and Setuptools. I create a Github Actions workflow to build and run the Python script as a CLI command. Some of the code I have leveraged from MS Learn Azure SDK articles to build upon my own scenarios.
**References
https://learn.microsoft.com/en-us/azure/developer/python/sdk/examples/azure-sdk-example-resource-group
https://azure.github.io/azure-sdk-for-python/