Categories: Uncategorized

Resource Group – ARM

Resource groups :

1. All the resources in your group should share the same lifecycle. You deploy, update ,and delete them together. If one resource, such as a database server, needs to exist on a different deployment cycle it should be  in another resource group. Resource providers Template deployment

2. Each resource can only exist in one resource group.

3. You can add or remove a resource to a resource group at any time.

4. You can move a resource from one resource group to another group. For more information, see Move resources to new resource group or subscription.

5. A resource group can contain resources that reside in different regions.

6. A resource group can be used to scope access control for administrative actions.

7. A resource can interact with resources in other resource groups.This interaction is common when the two resources are related but don’t share the same lifecycle(for example, web apps connecting to a database).

 

When creating a resource group, you need to provide a location for that resource group. You may be wondering, “Why does a resource group need a location? And, if the resources can have different locations than the resource group, why does the resource group location matter at all?” The resource group stores metadata about the resources.Therefore, when you specify a location for the resource group, you’re specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

king

Recent Posts

Create Complex NSG – PowerShell

Creating NSG in azure is easy unless you want to create multiple NSG with multiple…

4 years ago

Restore VM from Recovery Service Vault – PowerShell

# Mention your VM here $VMName = "SubhenduTestVM" # Mention your Stage Storage here $stagestorageaccountname…

4 years ago

Power Of Powershell 2

Hope you are doing great . Current Time is very critical for us . I…

4 years ago

Power of Powershell

Being a part of Microsoft Education I have explored powershell long time back . But…

4 years ago

New Azure Exam is Ready to Launch

Sorry !! But Yes .  Microsoft is about to release new exam in Azure Segment…

4 years ago

DFSR to Azure File Sync | DFS cross domain Migration | Azure File Sync Agent issue and Solution

Migration is always a part of our life and part of this fantastic IT world…

4 years ago