Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rensawamo/bicep_whatif
bicepのwhata if で変更をプレビューできるようにする
https://github.com/rensawamo/bicep_whatif
Last synced: 10 days ago
JSON representation
bicepのwhata if で変更をプレビューできるようにする
- Host: GitHub
- URL: https://github.com/rensawamo/bicep_whatif
- Owner: rensawamo
- Created: 2024-03-01T01:38:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T03:28:27.000Z (9 months ago)
- Last Synced: 2024-03-02T02:44:49.796Z (9 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
```
サブネットを一つ削除した例
![image](https://github.com/rensawamo/bicep_whatif/assets/106803080/0290faac-a087-45cf-b886-4e0878ddbf2f)