0
{
"name": "12HourHeartBeat",
"type": "Microsoft.Logic/workflows",
"location": "East US",
"tags": { },
"properties": {
"state": "Enabled",
"definition": { // Must include at least one trigger
}
"parameters": { // Optional
},
"sku": {
"name": "Standard",
"plan": {
"name": "appserviceplan001",
"type": "Microsoft.Web/ServerFarms",
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverFarms/appserviceplan001
}
},
}
}
我發送HTTP PUT請求來創建邏輯的應用程序。但在邏輯應用的狀態未啓用和服務計劃也是沒有顯示 !!任何建議天青邏輯應用程序中使用的工作流管理API
我似乎你正在發送請求ARM api部署?如果是,則檢查部署日誌。 – TusharJ