Questions tagged [azure-resource-group]
275 questions
0
votes
1 answer
Create second resource group for nested template
So I'm trying to deploy a template that sets up a site to site vpn and has a nested template that would setup a virtual machine connected to the azure side. Each template works by themselves as well as together when doing it as a nested…

hunter-williams
- 1
- 1
0
votes
1 answer
Azure Portal - ResourceGroup linked to App Service doesnt work
I am new here and in MS Azure as well so sorry in advance for any misunderstanding.
I have a question related to the Azure Portal and Resource Group.
I have successfully built an image, created a container where the image has been pushed and no I…
0
votes
2 answers
Azure ARM Template with VM and subnet
I have a resource group called network-rg containing a virtual network. I am trying to deploy a Virual Machine in a new resource group vm-rg. The VM should be connected to a new subnet on the vnet in network-rg. I am using one single ARM template…

Mattias
- 67
- 3
- 6
0
votes
1 answer
Azure Java SDK, Disk object serializes with half information in json
I am using azure java sdk to collect assets from my azure account. I want to store the information in json format and later on i want to convert json back to original objects when needed. However when I serialize an object to json, its not writing…

Vineet Kumar
- 176
- 2
- 11
0
votes
2 answers
AzureStack Delete All the resources and their dependent resources in a Resource Group
I am writing an script that would get all the resources in a resource group and removed them and then it removes the resource group itself in an azurestack environment.
I couldn't just use
$Resources = Find-AzureRmResource -ResourceGroupName…

Nadia
- 21
- 3
0
votes
1 answer
Intune related RBAC resources by REST API
I would like to list roleAssignments for group from Intune Education that we set up a few school/groups. And I got an answer to use Azure API to list roleAssignments. (SO question)
To use those APIs, it requires subscriptionId but I couldn't find…

dongseok0
- 737
- 2
- 7
- 18
0
votes
2 answers
Python code for resource groups code deletion in azure using Resource group tags
I am trying to delete the resource groups and resources in it using python code.
I have tried this in powershell and it works perfect. Now my organization wanted in Python. I am really new to python and trying to write the code and failed .
Here…

vin123
- 3
- 6
0
votes
1 answer
Azure SqlServer and SqlDatabase resource groups
I would like to use Azure to create environments under a single ResourceGroup for clients comprising:
X web servers
Y app servers
1 database
Ideally, the database would be hosted on a server that is part of a different resource group, so I can…

Eric Patrick
- 2,097
- 2
- 20
- 31
0
votes
1 answer
Q: Creation of Azure Resource Group Project in Visual Studio 2015
I am trying to create a new Azure Resource Group Project for Creating a Logic Apps Solution in Visual Studio 2015 however I am facing the below error mentioned in the Screenshot.

Srujan K.N.
- 51
- 1
- 9
0
votes
1 answer
Azure VM InternalDnsSuffix
When you create a VM in Azure and ssh to it and run 'hostname -f' you get a hostname in the format of "vmname.InternalDnsSuffix". Is there a programatic/scriptable way to get InternalDnsSuffix for a ResourceGroup/Subscription/Subnet? I know I can…

user7411898
- 25
- 6
0
votes
3 answers
Setting ENV in Azure Container Instances Deployment
I tried to automate my deployment of a Docker container to an Azure resource group following the docs on https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-keyvault-parameter#deploy-a-key-vault-and-secret and…

flp
- 1,010
- 2
- 13
- 18
0
votes
1 answer
Azure ARM - Should Complete Deployment delete existing (child) Resources when omitted?
During a Complete Resource Group deployment, the expectation is Resources will be deleted if they are not specified in the Template.
However in my case (deploying a RSG with a DNS Zone with CNAMEs), if the CNAMEs are specified via a copy/copyIndex…

JoeBrockhaus
- 2,745
- 2
- 40
- 64
0
votes
1 answer
Create Azure database in resource group programmatically using C#
I'm trying to create a Azure database using a master database as a template using C#. I have the database creation working but I cannot find a way to specify the resource group for the new database.

Terry151151
- 631
- 1
- 8
- 15
0
votes
2 answers
Azure resource group Template download
I have a resource group with 20 resources(SQL, Web App ....)
I could not see the Resource group template while clicking the automation script button.
How can i download all the resource as a template?
It has, one failed deployment resource.
is…

sankara pandian
- 385
- 2
- 5
- 14
0
votes
1 answer
Using Azure Resource Group Tags in a Azure Logic Apps Workflow
I have a question about the Resource Group Tags in Azure, is it possible to fetch the tag name/values and use them in an logic app workflow?
As in for example use the tag names/values in the body of a mail-action to send to a recipient?
Is it…

H4p7ic
- 1,669
- 2
- 32
- 61