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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
New-AzResourceGroupDeployment : 14:59:16 - Error: Code=InvalidTemplate; Message=Deployment template validation failed:
'Template parameter JToken type is not valid. Expected 'String, Uri'. Actual 'Object'. Please see https://aka.ms/resource-manager-parameter-files for usage details.'.
At C:\Users\gsutt\source\repos\fhir-server-samples\deploy\scripts\Create-FhirServerSamplesEnvironment.ps1:225 char:1
Hi folks
Are there some issues with the deployment script? It doesn't work for me, issues when deploying.
I have logged in and connected to AD and then I run the following command:-
.\Create-FhirServerSamplesEnvironment.ps1 -EnvironmentName gregor12345 -UsePaaS $true
And I get ->
New-AzResourceGroupDeployment : 14:59:16 - Error: Code=InvalidTemplate; Message=Deployment template validation failed:
'Template parameter JToken type is not valid. Expected 'String, Uri'. Actual 'Object'. Please see
https://aka.ms/resource-manager-parameter-files for usage details.'.
At C:\Users\gsutt\source\repos\fhir-server-samples\deploy\scripts\Create-FhirServerSamplesEnvironment.ps1:225 char:1
The text was updated successfully, but these errors were encountered: