Hi I have created a BC container in Azure, but I need to have APIS enabled, I use this script but it does not enable them.
{
"name": "ApiServicesEnabled",
"value": true
},
I have also used it like this: and also not
{
"name": "ApiServicesEnabled",
"value": "Y"
},
The url of the API I guess it is ok because I get the error "Service Unavailable".