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
Im following the pluralsight course and in Create and Manage Virtual Machines on Microsoft Azure when when I try to ad a custom extension The code in the HelloWorld: (New-Item -ItemType file -Path c:\ -Name test.txt -Value 'Hello World') to create a notepad with hello world text i get Dis Error
Error submitting the deployment request.
Additional details from the underlying API that might be helpful: Deployment template validation failed: 'The value for the template parameter 'fileUris' at line '11' and column '18' is not provided. Please see https://aka.ms/arm-deploy/#parameter-file for usage details.'. (Code: InvalidTemplate)
I don't know if extensions changed ore azure got updated but any advice would help
Kind Regards
Deon
The text was updated successfully, but these errors were encountered:
Hi
Im following the pluralsight course and in Create and Manage Virtual Machines on Microsoft Azure when when I try to ad a custom extension The code in the HelloWorld: (New-Item -ItemType file -Path c:\ -Name test.txt -Value 'Hello World') to create a notepad with hello world text i get Dis Error
Error submitting the deployment request.
Additional details from the underlying API that might be helpful: Deployment template validation failed: 'The value for the template parameter 'fileUris' at line '11' and column '18' is not provided. Please see https://aka.ms/arm-deploy/#parameter-file for usage details.'. (Code: InvalidTemplate)
I don't know if extensions changed ore azure got updated but any advice would help
Kind Regards
Deon
The text was updated successfully, but these errors were encountered: