Questions tagged [azure-resource-group]

275 questions
0
votes
2 answers

Automatically generated region certificate in Azure

In Azure portal when I get the list of all resource I can see a machine-generated resource of type Microsoft.Web/certificates which I (as Admin) cant view the details. At what point does this resource gets created and is this region specific? The…
0
votes
2 answers

Architecture Resources in Azure Resource Manager

We are developing applications in .Net and deploying them to Azure app services. We currently have a multi-tier environment (QA/STG/PROD). In order to replicate the same environments we are using slots. However, the issue with slots is all…
Ashish
  • 2,544
  • 6
  • 37
  • 53
0
votes
1 answer

Azure Resource Group: Run sql script for SQL Database

I am working on Azure Resource Group. I managed to deploy sql database to azure. However, I cannot figure out the way to run sql script during the deployment process for that database. Anyone knows how to do it?
Kim Hoang
  • 1,338
  • 9
  • 24
0
votes
1 answer

Azure network setup virtual network resource group address space

Can anyone suggest the best approach, I want a site to site vpn between my azure subscription and my on-premise newtork (10.1.0.0/16) I want to use the 10.20.0.0/16 subnet in azure I want to use multiple resource groups and some subnets within each…
stravze
  • 137
  • 3
  • 13
0
votes
1 answer

Export List of all Associated resources in Azure

Does anyone know of a way to export a list (preferably xlsx) of all resources and their associations. For example I would like to know in one row on a spreadsheet the name of a VM, virtualNIC, StorageAccount, vNet, ResourceGroup, SecurityGroup and…
RossMP
  • 13
  • 4
0
votes
0 answers

Azure Resource Group adding access Active Directory Application not showing up

I am following the directions here: https://azure.microsoft.com/en-us/documentation/articles/resource-group-create-service-principal-portal/ And I am stuck in the Assign application to role section in step 6 when I am trying to add my application as…
0
votes
0 answers

Multiple VMs in the same Cloud Service

We have a single cloud service (within same resource group) in Azure that contains two VMs and would like each of the VMs to host some external facing websites on port 80. Take for example: VM1 = www.domain1.com:80, www.domain2.com:80 VM2 =…
-1
votes
1 answer

Get unlocked resources azure

I need a powershell script to get a list of all unlocked resource groups. If you run Get-AzureRmResourceLock it will show the resources that are currently locked not the ones that are unlocked
-1
votes
3 answers

Azure resource group URL

Is there any URL to directly go to Azure resource group. I am having a dashboard which has many RGs displayed there. so I want to go to that RG directly if I click on it. can we use something like below url which takes to azure…
Ac9293
  • 65
  • 1
  • 12
-1
votes
1 answer

ResourceMoveProviderValidationFailed Error

while moving VM from one resource group to another this error encountered while there is no SQL VM associated with VM still getting this error { **"code": "ResourceMoveProviderValidationFailed",** "message": "Resource move validation failed.…
-1
votes
1 answer

Terraform-Azure: Grant Access to azure resource for group

Experts, I have a situation where I have to grant access on multiple Azure resources to a particular group, and i have to do this using Terraform only. example: Azure Group Name: India-group (5-6 users is there in this group) Azure Subscription…
-1
votes
1 answer

Why are newly created Azure Resource Groups taking hours to show up?

The resource group created with Azure python SDK is reported as created, but actually gets created only hours later. I'm creating the resource group with the SDK using. client.resource_groups.create_or_update(resource_group, {"location":…
-1
votes
1 answer

Can you move an App Service Plan in Azure?

I know that you can move and App Service or Webapp but can you move an App Service Plan from one resource group to another? If you can then I'm running into the following issue. I've created a basic App Service Plan under resource group A and I…
-1
votes
2 answers

Can we recover the azure resource group in azure cloud?

Some times we had deleted the 'resource group' accidentally on azure cloud, its fine that if our/your resource group does not have any deployments on it and we can create immediately newer one and will proceed our stuff, but if we had deployments on…
Vinod
  • 1,234
  • 3
  • 21
  • 37
-1
votes
1 answer

Azure: How to ssh to a vm in a resource group with several ubuntu vms

I've created a resource group with several ubuntu vms. I've used the preconfigured vm provided on azure. The group is up. I can see it's tile with vm scale set, load balancer and public ip address. Yet, I don't know how to shh to individual machines…
user2038119
  • 61
  • 1
  • 9
1 2 3
18
19