Python automation to pull all resource data and convert it as a csv
- Extracts details of Azure resources.
- Converts the resource data into a CSV file for easy analysis.
- Supports automation workflows using GitHub Actions.
- Python 3.11 or higher.
- Required Python packages (install using poetry install).
- Azure credentials for accessing resource details.
- Clone the repository:
git clone https://github.com/githubofkrishnadhas/azure-pull-all-resource-details.git
-
cd azure-pull-all-resource-details
-
Install dependencies:
poetry install
poetry run python convert_csv.py
Automates dependency updates for Python packages with the following settings:
- Updates scheduled monthly.
- Pull requests assigned to githubofkrishnadhas.
- Target branch: main.