OMDSCloud/configurations/azure/stg-azureADB2C-rg.json
湯本 開 5ee4c1e52f Merged PR 245: azureの構成をexportしてgit管理する
## 概要
[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管理に追加していないが、問題ないか?
- 配置ディレクトリは問題ないか
2023-07-21 03:06:38 +00:00

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": {}
}