You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(where my db server is called forest-dbserver-test).
I get the following error:
---> Farmer.FarmerException: ERROR: {"error":{"code":"InvalidTemplate","message":"Deployment template validation failed: 'The template resource 'Microsoft.Web/sites/forest-web-test' reference to 'Microsoft.DBforPostgreSQL/servers/forest-dbserver-test' requires an API version. Please see https://aka.ms/arm-syntax for usage details.'.","additionalInfo":[{"type":"TemplateViolation","info":{"lineNumber":0,"linePosition":0,"path":""}}]}}
Without the DbDomainName setting, I don't get this error. I also just noticed that the setting for "APPINSIGHTS_INSTRUMENTATIONKEY" which was added automatically, looks very similar but with a version:
Hey!
I think the setting in the web app definition on line 36:
setting "DbDomainName" pgServer.FullyQualifiedDomainName
is causing a problem. It ends up in the template.json as:
(where my db server is called
forest-dbserver-test
).I get the following error:
Without the DbDomainName setting, I don't get this error. I also just noticed that the setting for "APPINSIGHTS_INSTRUMENTATIONKEY" which was added automatically, looks very similar but with a version:
I'm using the new FlexibleServer model in case that matters :)
The text was updated successfully, but these errors were encountered: