Pamela Fox

Results 527 comments of Pamela Fox

Just experienced this again when attempting to change configuration settings on a function app. Bicep change: https://github.com/pamelafox/regression-model-azure-demo/commit/691fc74a62a2f1b903abd11c03737d3aa1a1ef4e I had to make the configuration changes manually in the Azure Portal.

I just tried `az deployment` to change the `linuxVersion` and it seems to have succeeded. Bicep diff: ``` --- a/infra/resources.bicep +++ b/infra/resources.bicep @@ -71,7 +71,7 @@ resource functionApp 'Microsoft.Web/sites@2020-06-01' =...

I've now tried a change to the configuration app settings. That change also went through with `az deployment`, though what-if didn't catch it: Bicep diff: ``` diff --git a/infra/resources.bicep b/infra/resources.bicep...

I just tried reverting that diff, and `az deployment` once again successfully brought back the app settings, despite what-if not detecting the change. ``` az deployment group create \ --resource-group...

Not really- the status is "Conflict" and here's the status message: ``` { "status": "Failed", "error": { "code": "InternalServerError", "message": "An unexpected error occured while processing the request. Tracking ID:...

Okay so I just tried creating a PostGreSQL server from the command line and got an error: ``` >>> az group create --name postgres-test --location eastus2 >>> az postgres flexible-server...

Okay, so apparently it is only a limitation for internal accounts, so external developers won't experience it. However, I would like to figure out at what point "No available SKUs...

Just tried! It does return the whole JSON. Unfortunately, that JSON doesn't have the SKU error, it has the InternalServerError still. I don't think this is an issue for your...

Haven't found an issue tracker for the underlying issue yet, but I did file an issue for this repo which could help with this particular eastus2 provisioning issue: https://github.com/Azure/azure-dev/issues/995