Azure - Update Resource Property with REST API
问题 I'm using the REST API to create resources (WebApp + MySQL) with a template. It works fine. I want now to modify the hostnames and add one but I just receive a Bad Request (400) response. The URL I refer to is: "https://management.azure.com/subscriptions/<subscriptionId>/resourcegroups/<myResourceGroup>/providers/Microsoft.Web/sites/<instanceName>?api-version=2015-08-01" I'm doing a PUT, and sending the following JSON object. { "properties": { "HostNames":"instanceName.azurewebsites.net,