-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No HTTP resource was found that matches the request URI #23
Comments
looking at the URI you need to target the subscription to make this work and you are targeting the resource group |
How can i do that? i just copied the template from GitHub and deployed it. Here is the link 👍 https://github.com/krnese/AzureDeploy/blob/master/ARM/deployments/rgCreate.json |
I just copied the template below to Visual Studio" I am still getting the same error. |
why would it matter if its visual studio or not? read the article I've linked. |
I am trying to give you all the information to sort it out accurately. I have seen the the link you have sent me many times while researching, and i still cannot find what is the reason behind the template failure. |
you are using wrong command to deploy the template. thats the reason. read the article carefully. |
@Layanshafaamri , You are trying to create resource group within a resource group. If you want the same template to work, Note: Make sure that Storage account name must be between 3 and 24 characters in length. |
I'm trying to deploy the same template but via an azure pipeline task.
Removing the resourceGroupName: $(resourceGroupName) line from above fails because it is a required clause I did not find a pipeline task for doing subscription level deployments, is there one? |
Silly me, I didn't realize that pipeline tasks create a resource group if they do not find one! |
Hi,
I am trying to deploy the template. It does not work. It shows this error:
"Template deployment returned the following errors:
16:06:55 - 4:06:49 PM - Resource Microsoft.Resources/resourceGroups 'lsh' failed with message '{
16:06:55 - "message": "No HTTP resource was found that matches the request URI 'https://management.azure.com/subscriptions/fcebdb0c-44cf-4d89-8248-e9acdbafd358/resourcegroups/lsh4/providers/Microsoft.Resources/resourceGroups/lsh?api-version=2018-05-01'."
Any idea what is wrong?
The text was updated successfully, but these errors were encountered: