共用方式為


Microsoft.AppConfiguration configurationStores 2021-03-01-preview

Bicep 資源定義

configurationStores 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.AppConfiguration/configurationStores@2021-03-01-preview' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    disableLocalAuth: bool
    encryption: {
      keyVaultProperties: {
        identityClientId: 'string'
        keyIdentifier: 'string'
      }
    }
    publicNetworkAccess: 'string'
  }
  sku: {
    name: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ConfigurationStoreProperties

名字 描述 價值
disableLocalAuth 停用 AAD 驗證以外的所有驗證方法。 bool
加密 組態存放區的加密設定。 EncryptionProperties
publicNetworkAccess 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 'Disabled'
'Enabled'

EncryptionProperties

名字 描述 價值
keyVaultProperties 金鑰保存庫屬性。 KeyVaultProperties

KeyVaultProperties

名字 描述 價值
identityClientId 將用來存取金鑰保存庫之身分識別的用戶端識別碼。 字串
keyIdentifier 用來加密數據之金鑰保存庫金鑰的 URI。 字串

Microsoft.AppConfiguration/configurationStores

名字 描述 價值
身份 如果已設定,則為受控識別資訊。 ResourceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 5
最大長度 = 5
模式 = ^[a-zA-Z0-9_-]*$ (必要)
性能 組態存放區的屬性。 ConfigurationStoreProperties
sku 組態存放區的SKU。 Sku (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ResourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

名字 描述 價值

Sku

名字 描述 價值
名字 組態存放區的 SKU 名稱。 字串 (必要)

TrackedResourceTags

名字 描述 價值

UserIdentity

名字 描述 價值

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
建立應用程式組態存放區 此範本會建立 Azure 應用程式組態存放區。
使用功能旗標建立應用程式組態存放區 此範本會建立具有一個功能旗標的新 Azure 應用程式組態存放區。
使用功能旗標建立應用程式組態存放區 此範本會建立具有一個 Key Vault 參考的新 Azure 應用程式組態存放區。
使用輸出建立應用程式組態存放區 此範本會建立具有兩個索引鍵/值的新 Azure 應用程式組態存放區。

ARM 樣本資源定義

configurationStores 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.AppConfiguration/configurationStores",
  "apiVersion": "2021-03-01-preview",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "disableLocalAuth": "bool",
    "encryption": {
      "keyVaultProperties": {
        "identityClientId": "string",
        "keyIdentifier": "string"
      }
    },
    "publicNetworkAccess": "string"
  },
  "sku": {
    "name": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

ConfigurationStoreProperties

名字 描述 價值
disableLocalAuth 停用 AAD 驗證以外的所有驗證方法。 bool
加密 組態存放區的加密設定。 EncryptionProperties
publicNetworkAccess 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 'Disabled'
'Enabled'

EncryptionProperties

名字 描述 價值
keyVaultProperties 金鑰保存庫屬性。 KeyVaultProperties

KeyVaultProperties

名字 描述 價值
identityClientId 將用來存取金鑰保存庫之身分識別的用戶端識別碼。 字串
keyIdentifier 用來加密數據之金鑰保存庫金鑰的 URI。 字串

Microsoft.AppConfiguration/configurationStores

名字 描述 價值
apiVersion API 版本 '2021-03-01-preview'
身份 如果已設定,則為受控識別資訊。 ResourceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 5
最大長度 = 5
模式 = ^[a-zA-Z0-9_-]*$ (必要)
性能 組態存放區的屬性。 ConfigurationStoreProperties
sku 組態存放區的SKU。 Sku (必要)
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.AppConfiguration/configurationStores'

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ResourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

名字 描述 價值

Sku

名字 描述 價值
名字 組態存放區的 SKU 名稱。 字串 (必要)

TrackedResourceTags

名字 描述 價值

UserIdentity

名字 描述 價值

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
應用程式設定索引鍵/值

部署至 Azure
此範本會建立新的 Azure 應用程式組態存放區,其中包含由複製函式控制的三個索引鍵值。
使用 VM 應用程式設定

部署至 Azure
此範本會參考現有組態存放區中的現有索引鍵/值組態,並使用擷取的值來設定範本所建立之資源的屬性。
建立應用程式組態存放區

部署至 Azure
此範本會建立 Azure 應用程式組態存放區。
使用功能旗標建立應用程式組態存放區

部署至 Azure
此範本會建立具有一個功能旗標的新 Azure 應用程式組態存放區。
使用功能旗標建立應用程式組態存放區

部署至 Azure
此範本會建立具有一個 Key Vault 參考的新 Azure 應用程式組態存放區。
使用輸出建立應用程式組態存放區

部署至 Azure
此範本會建立具有兩個索引鍵/值的新 Azure 應用程式組態存放區。

Terraform (AzAPI 提供者) 資源定義

configurationStores 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.AppConfiguration/configurationStores@2021-03-01-preview"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  sku = {
    name = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      disableLocalAuth = bool
      encryption = {
        keyVaultProperties = {
          identityClientId = "string"
          keyIdentifier = "string"
        }
      }
      publicNetworkAccess = "string"
    }
  })
}

屬性值

ConfigurationStoreProperties

名字 描述 價值
disableLocalAuth 停用 AAD 驗證以外的所有驗證方法。 bool
加密 組態存放區的加密設定。 EncryptionProperties
publicNetworkAccess 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 'Disabled'
'Enabled'

EncryptionProperties

名字 描述 價值
keyVaultProperties 金鑰保存庫屬性。 KeyVaultProperties

KeyVaultProperties

名字 描述 價值
identityClientId 將用來存取金鑰保存庫之身分識別的用戶端識別碼。 字串
keyIdentifier 用來加密數據之金鑰保存庫金鑰的 URI。 字串

Microsoft.AppConfiguration/configurationStores

名字 描述 價值
身份 如果已設定,則為受控識別資訊。 ResourceIdentity
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串

約束:
最小長度 = 5
最大長度 = 5
模式 = ^[a-zA-Z0-9_-]*$ (必要)
性能 組態存放區的屬性。 ConfigurationStoreProperties
sku 組態存放區的SKU。 Sku (必要)
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.AppConfiguration/configurationStores@2021-03-01-preview”

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 與資源相關聯的使用者指派身分識別清單。 使用者指派的識別字典索引鍵會是 ARM 資源標識符,格式為:『/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 ResourceIdentityUserAssignedIdentities

ResourceIdentityUserAssignedIdentities

名字 描述 價值

Sku

名字 描述 價值
名字 組態存放區的 SKU 名稱。 字串 (必要)

TrackedResourceTags

名字 描述 價值

UserIdentity

名字 描述 價值