Microsoft.AppConfiguration configurationStores 2023-09-01-preview
Bicep 資源定義
configurationStores 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.AppConfiguration/configurationStores@2023-09-01-preview' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
createMode: 'string'
dataPlaneProxy: {
authenticationMode: 'string'
privateLinkDelegation: 'string'
}
disableLocalAuth: bool
enablePurgeProtection: bool
encryption: {
keyVaultProperties: {
identityClientId: 'string'
keyIdentifier: 'string'
}
}
experimentation: {
dataPlaneEndpoint: 'string'
resourceId: 'string'
}
publicNetworkAccess: 'string'
softDeleteRetentionInDays: int
telemetry: {
resourceId: 'string'
}
}
sku: {
name: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
ConfigurationStoreProperties
名字 | 描述 | 價值 |
---|---|---|
createMode | 指出是否需要復原組態存放區。 | 'Default' 'Recover' |
dataPlaneProxy | 屬性,指定 Azure Resource Manager (ARM) 的數據平面 Proxy 組態。 | DataPlaneProxyProperties |
disableLocalAuth | 停用 AAD 驗證以外的所有驗證方法。 | bool |
enablePurgeProtection | 屬性,指定是否為此組態存放區啟用清除保護。 | bool |
加密 | 組態存放區的加密設定。 | EncryptionProperties |
實驗 | 指定此組態存放區實驗設定的屬性 | ExperimentationProperties |
publicNetworkAccess | 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 | 'Disabled' 'Enabled' |
softDeleteRetentionInDays | 設定存放區在虛刪除時將保留的天數。 | int |
遙測 | 指定此組態存放區遙測組態的屬性 | TelemetryProperties |
DataPlaneProxyProperties
名字 | 描述 | 價值 |
---|---|---|
authenticationMode | 數據平面 Proxy 驗證模式。 此屬性會管理數據平面資源的要求驗證模式。 | 'Local' '傳遞' |
privateLinkDelegation | 數據平面 Proxy 私人鏈接委派。 當數據平面資源需要私人連結時,此屬性會管理是否允許來自委派 ARM 私人連結的要求。 | 'Disabled' 'Enabled' |
EncryptionProperties
名字 | 描述 | 價值 |
---|---|---|
keyVaultProperties | 金鑰保存庫屬性。 | KeyVaultProperties |
ExperimentationProperties
名字 | 描述 | 價值 |
---|---|---|
dataPlaneEndpoint | 分割實驗工作區資源的數據平面端點,您可以在其中擷取實驗數據 | 字串 |
resourceId | 啟用實驗之資源的資源標識碼 | 字串 |
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 名稱。 | 字串 (必要) |
TelemetryProperties
名字 | 描述 | 價值 |
---|---|---|
resourceId | 啟用遙測集合之資源的資源標識碼 | 字串 |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
建立應用程式組態存放區 | 此範本會建立 Azure 應用程式組態存放區。 |
使用功能旗標建立應用程式組態存放區 | 此範本會建立具有一個功能旗標的新 Azure 應用程式組態存放區。 |
使用功能旗標建立應用程式組態存放區 | 此範本會建立具有一個 Key Vault 參考的新 Azure 應用程式組態存放區。 |
使用輸出建立應用程式組態存放區 | 此範本會建立具有兩個索引鍵/值的新 Azure 應用程式組態存放區。 |
ARM 樣本資源定義
configurationStores 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.AppConfiguration/configurationStores",
"apiVersion": "2023-09-01-preview",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"createMode": "string",
"dataPlaneProxy": {
"authenticationMode": "string",
"privateLinkDelegation": "string"
},
"disableLocalAuth": "bool",
"enablePurgeProtection": "bool",
"encryption": {
"keyVaultProperties": {
"identityClientId": "string",
"keyIdentifier": "string"
}
},
"experimentation": {
"dataPlaneEndpoint": "string",
"resourceId": "string"
},
"publicNetworkAccess": "string",
"softDeleteRetentionInDays": "int",
"telemetry": {
"resourceId": "string"
}
},
"sku": {
"name": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
ConfigurationStoreProperties
名字 | 描述 | 價值 |
---|---|---|
createMode | 指出是否需要復原組態存放區。 | 'Default' 'Recover' |
dataPlaneProxy | 屬性,指定 Azure Resource Manager (ARM) 的數據平面 Proxy 組態。 | DataPlaneProxyProperties |
disableLocalAuth | 停用 AAD 驗證以外的所有驗證方法。 | bool |
enablePurgeProtection | 屬性,指定是否為此組態存放區啟用清除保護。 | bool |
加密 | 組態存放區的加密設定。 | EncryptionProperties |
實驗 | 指定此組態存放區實驗設定的屬性 | ExperimentationProperties |
publicNetworkAccess | 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 | 'Disabled' 'Enabled' |
softDeleteRetentionInDays | 設定存放區在虛刪除時將保留的天數。 | int |
遙測 | 指定此組態存放區遙測組態的屬性 | TelemetryProperties |
DataPlaneProxyProperties
名字 | 描述 | 價值 |
---|---|---|
authenticationMode | 數據平面 Proxy 驗證模式。 此屬性會管理數據平面資源的要求驗證模式。 | 'Local' '傳遞' |
privateLinkDelegation | 數據平面 Proxy 私人鏈接委派。 當數據平面資源需要私人連結時,此屬性會管理是否允許來自委派 ARM 私人連結的要求。 | 'Disabled' 'Enabled' |
EncryptionProperties
名字 | 描述 | 價值 |
---|---|---|
keyVaultProperties | 金鑰保存庫屬性。 | KeyVaultProperties |
ExperimentationProperties
名字 | 描述 | 價值 |
---|---|---|
dataPlaneEndpoint | 分割實驗工作區資源的數據平面端點,您可以在其中擷取實驗數據 | 字串 |
resourceId | 啟用實驗之資源的資源標識碼 | 字串 |
KeyVaultProperties
名字 | 描述 | 價值 |
---|---|---|
identityClientId | 將用來存取金鑰保存庫之身分識別的用戶端識別碼。 | 字串 |
keyIdentifier | 用來加密數據之金鑰保存庫金鑰的 URI。 | 字串 |
Microsoft.AppConfiguration/configurationStores
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2023-09-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 名稱。 | 字串 (必要) |
TelemetryProperties
名字 | 描述 | 價值 |
---|---|---|
resourceId | 啟用遙測集合之資源的資源標識碼 | 字串 |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
應用程式設定索引鍵/值 |
此範本會建立新的 Azure 應用程式組態存放區,其中包含由複製函式控制的三個索引鍵值。 |
使用 VM |
此範本會參考現有組態存放區中的現有索引鍵/值組態,並使用擷取的值來設定範本所建立之資源的屬性。 |
建立應用程式組態存放區 |
此範本會建立 Azure 應用程式組態存放區。 |
使用功能旗標建立應用程式組態存放區 |
此範本會建立具有一個功能旗標的新 Azure 應用程式組態存放區。 |
使用功能旗標建立應用程式組態存放區 |
此範本會建立具有一個 Key Vault 參考的新 Azure 應用程式組態存放區。 |
使用輸出建立應用程式組態存放區 |
此範本會建立具有兩個索引鍵/值的新 Azure 應用程式組態存放區。 |
Terraform (AzAPI 提供者) 資源定義
configurationStores 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.AppConfiguration/configurationStores 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AppConfiguration/configurationStores@2023-09-01-preview"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
sku = {
name = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
createMode = "string"
dataPlaneProxy = {
authenticationMode = "string"
privateLinkDelegation = "string"
}
disableLocalAuth = bool
enablePurgeProtection = bool
encryption = {
keyVaultProperties = {
identityClientId = "string"
keyIdentifier = "string"
}
}
experimentation = {
dataPlaneEndpoint = "string"
resourceId = "string"
}
publicNetworkAccess = "string"
softDeleteRetentionInDays = int
telemetry = {
resourceId = "string"
}
}
})
}
屬性值
ConfigurationStoreProperties
名字 | 描述 | 價值 |
---|---|---|
createMode | 指出是否需要復原組態存放區。 | 'Default' 'Recover' |
dataPlaneProxy | 屬性,指定 Azure Resource Manager (ARM) 的數據平面 Proxy 組態。 | DataPlaneProxyProperties |
disableLocalAuth | 停用 AAD 驗證以外的所有驗證方法。 | bool |
enablePurgeProtection | 屬性,指定是否為此組態存放區啟用清除保護。 | bool |
加密 | 組態存放區的加密設定。 | EncryptionProperties |
實驗 | 指定此組態存放區實驗設定的屬性 | ExperimentationProperties |
publicNetworkAccess | 在啟用私人端點時,控制來自公用網路的數據平面流量許可權。 | 'Disabled' 'Enabled' |
softDeleteRetentionInDays | 設定存放區在虛刪除時將保留的天數。 | int |
遙測 | 指定此組態存放區遙測組態的屬性 | TelemetryProperties |
DataPlaneProxyProperties
名字 | 描述 | 價值 |
---|---|---|
authenticationMode | 數據平面 Proxy 驗證模式。 此屬性會管理數據平面資源的要求驗證模式。 | 'Local' '傳遞' |
privateLinkDelegation | 數據平面 Proxy 私人鏈接委派。 當數據平面資源需要私人連結時,此屬性會管理是否允許來自委派 ARM 私人連結的要求。 | 'Disabled' 'Enabled' |
EncryptionProperties
名字 | 描述 | 價值 |
---|---|---|
keyVaultProperties | 金鑰保存庫屬性。 | KeyVaultProperties |
ExperimentationProperties
名字 | 描述 | 價值 |
---|---|---|
dataPlaneEndpoint | 分割實驗工作區資源的數據平面端點,您可以在其中擷取實驗數據 | 字串 |
resourceId | 啟用實驗之資源的資源標識碼 | 字串 |
KeyVaultProperties
名字 | 描述 | 價值 |
---|---|---|
identityClientId | 將用來存取金鑰保存庫之身分識別的用戶端識別碼。 | 字串 |
keyIdentifier | 用來加密數據之金鑰保存庫金鑰的 URI。 | 字串 |
Microsoft.AppConfiguration/configurationStores
名字 | 描述 | 價值 |
---|---|---|
身份 | 如果已設定,則為受控識別資訊。 | ResourceIdentity |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 5 最大長度 = 5 模式 = ^[a-zA-Z0-9_-]*$ (必要) |
性能 | 組態存放區的屬性。 | ConfigurationStoreProperties |
sku | 組態存放區的SKU。 | Sku (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.AppConfiguration/configurationStores@2023-09-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 名稱。 | 字串 (必要) |
TelemetryProperties
名字 | 描述 | 價值 |
---|---|---|
resourceId | 啟用遙測集合之資源的資源標識碼 | 字串 |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
UserIdentity
名字 | 描述 | 價值 |
---|