Bicep 資源定義
Spring 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.AppPlatform/Spring 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.AppPlatform/Spring@2023-05-01-preview' = {
location: 'string'
name: 'string'
properties: {
infraResourceGroup: 'string'
managedEnvironmentId: 'string'
marketplaceResource: {
plan: 'string'
product: 'string'
publisher: 'string'
}
networkProfile: {
appNetworkResourceGroup: 'string'
appSubnetId: 'string'
ingressConfig: {
readTimeoutInSeconds: int
}
outboundType: 'string'
serviceCidr: 'string'
serviceRuntimeNetworkResourceGroup: 'string'
serviceRuntimeSubnetId: 'string'
}
vnetAddons: {
dataPlanePublicEndpoint: bool
logStreamPublicEndpoint: bool
}
zoneRedundant: bool
}
sku: {
capacity: int
name: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
ClusterResourceProperties
名字 |
描述 |
價值 |
infraResourceGroup |
包含基礎結構資源的資源群組名稱 |
字串 |
managedEnvironmentId |
Spring Apps 實例所建置之受控環境的資源標識碼 |
字串 |
marketplaceResource |
購買服務資源的第三方產品。 |
MarketplaceResource |
networkProfile |
服務的網路配置檔 |
NetworkProfile |
vnetAddons |
vnet 插入實例中的其他服務設定 |
ServiceVNetAddons |
zoneRedundant |
|
bool |
IngressConfig
名字 |
描述 |
價值 |
readTimeoutInSeconds |
輸入讀取逾時,以秒為單位。 |
int |
MarketplaceResource
名字 |
描述 |
價值 |
計劃 |
正在採購的第三方成品的計劃標識符。 |
字串 |
產品 |
正在採購的第三方成品。 |
字串 |
發行人 |
要購買的第三方成品的發行者標識符。 |
字串 |
名字 |
描述 |
價值 |
位置 |
資源的地理位置。 |
字串 |
名字 |
資源名稱 |
字串
約束: 模式 = ^[a-z][a-z0-9-]*[a-z0-9]$ (必要) |
性能 |
服務資源的屬性 |
ClusterResourceProperties |
sku |
服務資源的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
NetworkProfile
名字 |
描述 |
價值 |
appNetworkResourceGroup |
包含 Azure Spring Apps 中客戶應用程式網路資源的資源群組名稱 |
字串 |
appSubnetId |
在 Azure Spring Apps 中裝載客戶應用程式之子網的完整資源識別碼 |
字串 |
ingressConfig |
Azure Spring Apps 資源的輸入組態承載。 |
IngressConfig |
outboundType |
Azure Spring Apps VNet 實例的輸出流量類型。 |
字串 |
serviceCidr |
Azure Spring Apps 服務保留 CIDR |
字串 |
serviceRuntimeNetworkResourceGroup |
包含 Azure Spring Apps Service Runtime 網路資源的資源群組名稱 |
字串 |
serviceRuntimeSubnetId |
用來裝載 Azure Spring Apps Service Runtime 之子網的完整資源標識符 |
字串 |
ServiceVNetAddons
名字 |
描述 |
價值 |
dataPlanePublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的數據平面元件(記錄數據流、應用程式連線、遠端偵錯)。 |
bool |
logStreamPublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的記錄數據流。 |
bool |
Sku
名字 |
描述 |
價值 |
能力 |
目標資源的目前容量 |
int |
名字 |
Sku 的名稱 |
字串 |
層 |
Sku 的階層 |
字串 |
快速入門範例
下列快速入門範例會部署此資源類型。
ARM 樣本資源定義
Spring 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.AppPlatform/Spring 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.AppPlatform/Spring",
"apiVersion": "2023-05-01-preview",
"name": "string",
"location": "string",
"properties": {
"infraResourceGroup": "string",
"managedEnvironmentId": "string",
"marketplaceResource": {
"plan": "string",
"product": "string",
"publisher": "string"
},
"networkProfile": {
"appNetworkResourceGroup": "string",
"appSubnetId": "string",
"ingressConfig": {
"readTimeoutInSeconds": "int"
},
"outboundType": "string",
"serviceCidr": "string",
"serviceRuntimeNetworkResourceGroup": "string",
"serviceRuntimeSubnetId": "string"
},
"vnetAddons": {
"dataPlanePublicEndpoint": "bool",
"logStreamPublicEndpoint": "bool"
},
"zoneRedundant": "bool"
},
"sku": {
"capacity": "int",
"name": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
ClusterResourceProperties
名字 |
描述 |
價值 |
infraResourceGroup |
包含基礎結構資源的資源群組名稱 |
字串 |
managedEnvironmentId |
Spring Apps 實例所建置之受控環境的資源標識碼 |
字串 |
marketplaceResource |
購買服務資源的第三方產品。 |
MarketplaceResource |
networkProfile |
服務的網路配置檔 |
NetworkProfile |
vnetAddons |
vnet 插入實例中的其他服務設定 |
ServiceVNetAddons |
zoneRedundant |
|
bool |
IngressConfig
名字 |
描述 |
價值 |
readTimeoutInSeconds |
輸入讀取逾時,以秒為單位。 |
int |
MarketplaceResource
名字 |
描述 |
價值 |
計劃 |
正在採購的第三方成品的計劃標識符。 |
字串 |
產品 |
正在採購的第三方成品。 |
字串 |
發行人 |
要購買的第三方成品的發行者標識符。 |
字串 |
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2023-05-01-preview' |
位置 |
資源的地理位置。 |
字串 |
名字 |
資源名稱 |
字串
約束: 模式 = ^[a-z][a-z0-9-]*[a-z0-9]$ (必要) |
性能 |
服務資源的屬性 |
ClusterResourceProperties |
sku |
服務資源的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'Microsoft.AppPlatform/Spring' |
NetworkProfile
名字 |
描述 |
價值 |
appNetworkResourceGroup |
包含 Azure Spring Apps 中客戶應用程式網路資源的資源群組名稱 |
字串 |
appSubnetId |
在 Azure Spring Apps 中裝載客戶應用程式之子網的完整資源識別碼 |
字串 |
ingressConfig |
Azure Spring Apps 資源的輸入組態承載。 |
IngressConfig |
outboundType |
Azure Spring Apps VNet 實例的輸出流量類型。 |
字串 |
serviceCidr |
Azure Spring Apps 服務保留 CIDR |
字串 |
serviceRuntimeNetworkResourceGroup |
包含 Azure Spring Apps Service Runtime 網路資源的資源群組名稱 |
字串 |
serviceRuntimeSubnetId |
用來裝載 Azure Spring Apps Service Runtime 之子網的完整資源標識符 |
字串 |
ServiceVNetAddons
名字 |
描述 |
價值 |
dataPlanePublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的數據平面元件(記錄數據流、應用程式連線、遠端偵錯)。 |
bool |
logStreamPublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的記錄數據流。 |
bool |
Sku
名字 |
描述 |
價值 |
能力 |
目標資源的目前容量 |
int |
名字 |
Sku 的名稱 |
字串 |
層 |
Sku 的階層 |
字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
Spring 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.AppPlatform/Spring 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.AppPlatform/Spring@2023-05-01-preview"
name = "string"
location = "string"
sku = {
capacity = int
name = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
infraResourceGroup = "string"
managedEnvironmentId = "string"
marketplaceResource = {
plan = "string"
product = "string"
publisher = "string"
}
networkProfile = {
appNetworkResourceGroup = "string"
appSubnetId = "string"
ingressConfig = {
readTimeoutInSeconds = int
}
outboundType = "string"
serviceCidr = "string"
serviceRuntimeNetworkResourceGroup = "string"
serviceRuntimeSubnetId = "string"
}
vnetAddons = {
dataPlanePublicEndpoint = bool
logStreamPublicEndpoint = bool
}
zoneRedundant = bool
}
})
}
屬性值
ClusterResourceProperties
名字 |
描述 |
價值 |
infraResourceGroup |
包含基礎結構資源的資源群組名稱 |
字串 |
managedEnvironmentId |
Spring Apps 實例所建置之受控環境的資源標識碼 |
字串 |
marketplaceResource |
購買服務資源的第三方產品。 |
MarketplaceResource |
networkProfile |
服務的網路配置檔 |
NetworkProfile |
vnetAddons |
vnet 插入實例中的其他服務設定 |
ServiceVNetAddons |
zoneRedundant |
|
bool |
IngressConfig
名字 |
描述 |
價值 |
readTimeoutInSeconds |
輸入讀取逾時,以秒為單位。 |
int |
MarketplaceResource
名字 |
描述 |
價值 |
計劃 |
正在採購的第三方成品的計劃標識符。 |
字串 |
產品 |
正在採購的第三方成品。 |
字串 |
發行人 |
要購買的第三方成品的發行者標識符。 |
字串 |
名字 |
描述 |
價值 |
位置 |
資源的地理位置。 |
字串 |
名字 |
資源名稱 |
字串
約束: 模式 = ^[a-z][a-z0-9-]*[a-z0-9]$ (必要) |
性能 |
服務資源的屬性 |
ClusterResourceProperties |
sku |
服務資源的 SKU |
Sku |
標籤 |
資源標籤 |
標記名稱和值的字典。 |
類型 |
資源類型 |
“Microsoft.AppPlatform/Spring@2023-05-01-preview” |
NetworkProfile
名字 |
描述 |
價值 |
appNetworkResourceGroup |
包含 Azure Spring Apps 中客戶應用程式網路資源的資源群組名稱 |
字串 |
appSubnetId |
在 Azure Spring Apps 中裝載客戶應用程式之子網的完整資源識別碼 |
字串 |
ingressConfig |
Azure Spring Apps 資源的輸入組態承載。 |
IngressConfig |
outboundType |
Azure Spring Apps VNet 實例的輸出流量類型。 |
字串 |
serviceCidr |
Azure Spring Apps 服務保留 CIDR |
字串 |
serviceRuntimeNetworkResourceGroup |
包含 Azure Spring Apps Service Runtime 網路資源的資源群組名稱 |
字串 |
serviceRuntimeSubnetId |
用來裝載 Azure Spring Apps Service Runtime 之子網的完整資源標識符 |
字串 |
ServiceVNetAddons
名字 |
描述 |
價值 |
dataPlanePublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的數據平面元件(記錄數據流、應用程式連線、遠端偵錯)。 |
bool |
logStreamPublicEndpoint |
指出是否可以從因特網存取 vnet 插入實例中的記錄數據流。 |
bool |
Sku
名字 |
描述 |
價值 |
能力 |
目標資源的目前容量 |
int |
名字 |
Sku 的名稱 |
字串 |
層 |
Sku 的階層 |
字串 |