https://github.com/rensawamo/bicep_whatif
bicepのwhata if で変更をプレビューできるようにする
https://github.com/rensawamo/bicep_whatif
Last synced: 4 months ago
JSON representation
bicepのwhata if で変更をプレビューできるようにする
- Host: GitHub
- URL: https://github.com/rensawamo/bicep_whatif
- Owner: rensawamo
- Created: 2024-03-01T01:38:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T03:28:27.000Z (over 1 year ago)
- Last Synced: 2025-01-08T14:42:26.916Z (5 months ago)
- Language: Bicep
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## what if は azureにデプロイされてい本番環境とローカルのコードの変更の差異を確認できる
```sh
az deployment group what-if --template-file main.bicep
```
サブネットを一つ削除した例
