im trying to create a webapp for Linux/windows containers.
using
https://management.azure.com/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.Web/sites/${resourceGroupName}?api-version=2019-08-01
body
but im getting response as below
"type": "Microsoft.Web/sites",
"kind": "app",
"location": "West US",
"siteProperties": {
"metadata": null,
"properties": [
{
"name": "LinuxFxVersion",
"value": ""
},
{
"name": "WindowsFxVersion",
"value": null
}
],
the kind becomes just "app" and the image i have used was not taken.
is there any other way should i use the properties or any suggestion would be appreciated.
i have read the document already (https://learn.microsoft.com/en-us/rest/api/appservice/webapps/createorupdate) where i couldnt get a proper answer from it.
@jakaruna-MSFT any insights here?