- Implementing DevOps with Microsoft Azure
- Mitesh Soni
- 281字
- 2021-07-02 23:28:23
Resource groups
Resource groups in Microsoft Azure is nothing but a logical container. It can be used to group all different resources such as App Service, SQL Databases, and Storage Accounts, available in Microsoft Azure. We are going to consider services that we will use in this chapter for most of the examples. Resource groups provide a simple way to manage resources together. One of the biggest advantages is to manage the role-based access on the resources in an easy manner.
For example, we need to create resources such as Azure Web Apps, SQL Database, and Storage Account in the West US and provide access to all of them to some users. It is painful to assign a user to inpidual resources. Rather, it is more manageable if we can provide group access to all resources. This way resources can be managed in a better way.
To create a resource group, click on Resource groups in the left-hand sidebar menu. Click on the +Add button to create a resource group. Provide the Resource group name, select Subscription, select Resource group location, and click on Create:

Wait until the resource group is created.

Once the eTutorialsWorld resource group is created, click on it and verify the Overview section.
As of now, there are no resources in the resource group; hence there are No deployments in the Overview section—No resources to display:

As there are no resources, there is no cost available in the Resource costs section of the eTutorialsWorld resource group:

We will use this resource group in the coming chapters as a logical container for different resources such as Azure Web Apps and Azure SQL Database.
- Spark核心技術(shù)與高級應(yīng)用
- Ceph源碼分析
- 大數(shù)據(jù)架構(gòu)和算法實現(xiàn)之路:電商系統(tǒng)的技術(shù)實戰(zhàn)
- Python金融實戰(zhàn)
- 大數(shù)據(jù)架構(gòu)商業(yè)之路:從業(yè)務(wù)需求到技術(shù)方案
- 云數(shù)據(jù)中心網(wǎng)絡(luò)與SDN:技術(shù)架構(gòu)與實現(xiàn)
- R語言數(shù)據(jù)挖掘
- Oracle RAC日記
- 智慧的云計算
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)開發(fā)實例
- Hadoop集群與安全
- 新手學會計(2013-2014實戰(zhàn)升級版)
- MySQL技術(shù)內(nèi)幕:SQL編程
- 數(shù)據(jù)修復(fù)技術(shù)與典型實例實戰(zhàn)詳解(第2版)
- 中文版Access 2007實例與操作