https://github.com/codebytes/subscription-setup
https://github.com/codebytes/subscription-setup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebytes/subscription-setup
- Owner: codebytes
- License: mit
- Created: 2024-08-20T18:59:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T16:30:57.000Z (9 months ago)
- Last Synced: 2025-01-22T06:48:11.914Z (5 months ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subscription Setup
This repository contains scripts to help setup new Azure subscriptions quickly.
This includes a devcontainer with `az`, `azd`, `jq`, and `powershell` installed.## Scripts
| Language | Script Name | Description |
|------------|-------------|-------------|
| Bash | [Enable Resource Providers](./scripts/enable-resource-providers.sh) | This script enables the required resource providers for the subscription. |
| PowerShell | [Install Az Module](./scripts/install-az-module.ps1) | This script installs the Az module from the PowerShell Gallery. |
| PowerShell | [Enable Resource Providers](./scripts/enable-resource-providers.ps1) | This script enables the required resource providers for the subscription. |
| Bash | [Delete All Resources](./scripts/delete-all-resources.sh) | This script deletes all resource groups, app registrations, and service principals. |
| PowerShell | [Delete All Resources](./scripts/delete-all-resources.ps1) | This script deletes all resource groups, app registrations, and service principals. |