## 概要 [Task2206: azureの構成をexportしてgit管理する](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2206) - 主要なresource-groupをexportしてgit管理に追加 - 主要なresource-groupをexportするbatファイルを追加 ## レビューポイント - 自動生成されたと思われるresource-group等はgit管理に追加していないが、問題ないか? - 配置ディレクトリは問題ないか
24 lines
628 B
JSON
24 lines
628 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"b2cDirectories_adb2codmsstg_onmicrosoft_com_name": {
|
|
"type": "String"
|
|
}
|
|
},
|
|
"resources": [
|
|
{
|
|
"apiVersion": "2023-01-18-preview",
|
|
"location": "Global",
|
|
"name": "[parameters('b2cDirectories_adb2codmsstg_onmicrosoft_com_name')]",
|
|
"properties": {},
|
|
"sku": {
|
|
"name": "PremiumP1",
|
|
"tier": "A0"
|
|
},
|
|
"type": "Microsoft.AzureActiveDirectory/b2cDirectories"
|
|
}
|
|
],
|
|
"variables": {}
|
|
}
|