Questions tagged [azure-resource-group]

275 questions
6
votes
2 answers

How to move an Azure resource from one region to another region

I have created one Azure Function App in an existing Azure Resource Group. While creating a Function App, by mistake I didn't notice the selected region, and it got created in "South Central US" region. After a significant development, I realized…
Nirman
  • 6,715
  • 19
  • 72
  • 139
5
votes
2 answers

ARM Template deployment failed BadRequest

I am deploying ARM templates (Web Apps) via Azure DevOps (ARM Template Deployment) task in resource group. While executing deployment below error is coming : ##[section]Starting: ARM Template deployment: Resource Group scope …
5
votes
1 answer

Bot Service Web App not supported in Resource Group with existing Linux ASP

When attempting to create a Bot Service hosted on a Web App I am encountering an error when attempt to deploy to a Resource Group where an existing Linux App Service Plan exists. I am not trying to host my Bot Service on that ASP just simply trying…
5
votes
0 answers

Deploying Azure Resource Group project as a part of MsBuild script

I'm trying to migrate our solution from classic to Resource Manager deployment and I've stuck with running the RM deployment as a step of MsBuild build script. For the classic project there is
Sinix
  • 1,306
  • 9
  • 46
5
votes
1 answer

Get tags from a Resource Group in an Azure Resource Manager Template

From a resource group with a tag defined named tag1 (did it through the portal), I have the following deployment template in Visual Studio: { "name": "appsettings", "type": "config", "apiVersion": "2015-08-01", "dependsOn":…
5
votes
2 answers

How to restore deleted azure resource groups

One of my resource groups has been deleted by mistake. I am unable to find any option in the azure portal to restore it. Is there any option available to restore deleted resource groups?
5
votes
5 answers

StorageAccountAlreadyExists when running build step Azure Resource Group Deployment

I'm trying to get my Build Definition to deploy all necessary resources (SQL Server, DB, Web-app and storage account) to azure, and update in case of a redeploy. I use Visual Studio Team Services VSTS / TFS. The build step "Azure Resource Group…
5
votes
6 answers

Azure Resource Group (2.9) error: PowerShell deployment script is missing

I followed this link (https://azure.microsoft.com/en-us/documentation/articles/vs-azure-tools-resource-groups-deployment-projects-create-deploy/) to create azure resource group. However, I got the error when deploying the Project "PowerShell…
Kim Hoang
  • 1,338
  • 9
  • 24
4
votes
1 answer

publish does not show resource groups

I am trying to publish a project to azure. I want to re-use a web app. But I don't see the parent Resource group eve. Any ideas? Here is a picture: missing rg
petercli
  • 185
  • 2
  • 12
4
votes
1 answer

Azure Resource Group Organization

I realize there probably isn't a single answer to this but I'm curious if there's any accepted best-practices or consensus on how resource groups and subscriptions should be organized. Let's say you have a bunch of environments like dev, test,…
M Oak
  • 41
  • 1
  • 4
4
votes
1 answer

Azure resource Created By & Timestamp

We have Azure environment with 3 different subscription and around 5 project resources are deployed in this environment. Each project team has rights to create resources under specific Resource Group (RG) within Azure. Now from Azure Admin…
Manish Joisar
  • 1,256
  • 3
  • 23
  • 47
4
votes
3 answers

What are the valid provisioning states for an Azure Deployment

I am writing some automation using the azure java sdk that takes action depending on the provisioning state of an Azure Template Deployment. However, I do not know all the valid values for the provisioning state. Specifically in the azure java sdk…
ilooner
  • 2,480
  • 15
  • 32
4
votes
1 answer

Can virtual network be in different Resource Group while creating a VM in Azure

I want to create the virtual machine on VM in ABC resource group from Image1 which is also in ABC resource group using powershell. Now The problem I'm facing is that the virtual network is in different Resource Group say XYZ.So I have tried…
4
votes
2 answers

ARM Template API Management Deploy PolicyContent

I am trying to use ARM templates to deploy my API management service and have everything working except policyContent. Basically it wants the policyContent as "Json escaped Xml Encoded contents of the Policy." This is very hard to maintain and was…
4
votes
3 answers

Maximum limit of deployments in Azure Resource Group

Today I skimmed over the Azure subscription and service limits, quotas, and constraints. Then I noticed there is a limit for deployments in a resource group of Azure Resource Manager. The default limit, as well as the maximum limit, is 800…
Sascha Gottfried
  • 3,303
  • 20
  • 30
1
2
3
18 19