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 Jan 30, 2021. It is now read-only.
Facing following issues while performing vagrant up with azure provider
"response": {
"body": "{\"error\":{\"code\":\"InvalidTemplate\",\"message\":\"Deployment template validation failed: 'The value fo
r the template parameter 'adminPassword' at line '1' and column '306' is not provided. Please see https://aka.ms/arm-dep
loy/#parameter-file for usage details.'.\"}}",
Facing following issues while performing vagrant up with azure provider
Template file:
Parameter
I am deploying both files from local machine as like in below
ISSUE:after deployment is successfully created checked the deployment script in azure portal where both the files look like below
TemplateFile:
Note: missing the adminpassword parameter after deployment
Parameter file:
parameter file is empty.
How the values(admin password) are missed after deployment?
The text was updated successfully, but these errors were encountered: