- Learn Azure Administration
- Kamil Mrzyg?ód
- 232字
- 2021-06-11 18:14:30
Listing the available resources
As we mentioned earlier, resource groups are containers for provisioned Azure resources. If you do not want to use the Azure portal to browse and search for the available resource groups and their resources, you can use the Azure CLI for that:
$ az resource list --resource-group "azureadministrator-euw-rg" --subscription "Pay-As-You-Go"
In the preceding command, we are using the resource group's name and a subscription name to narrow the results. The result of listing resources should look similar to the following. This should contain various pieces of information, such as the location of a resource, its name, and more:
[
{
"id": "/subscriptions/.../resourceGroups/azureadministrator-euw-rg/providers/Microsoft.Logic/workflows/azureadministrator-euw-logicapp",
"identity": null,
"kind": null,
"location": "westeurope",
"managedBy": null,
"name": "azureadministrator-euw-logicapp",
"plan": null,
"properties": null,
"resourceGroup": "azureadministrator-euw-rg",
"sku": null,
"tags": {},
"type": "Microsoft.Logic/workflows"
},
{
...
}
]
There is no best way to manage resource groups and their resources – you are allowed to use any tool (the Azure portal, PowerShell, or Azure CLI) as you like. On the other hand, sometimes, some operations cannot be done from the portal – or require lots of manual work. This is why the command line is a recommended environment for Azure administrators as well.
In some cases, you may realize that a resource was placed in an invalid resource group. Fortunately, there is a solution to this, without a need to reprovision it.
推薦閱讀
- Citrix XenApp? 7.5 Desktop Virtualization Solutions
- Metabase Up and Running
- Tableau:Creating Interactive Data Visualizations
- 2017年度注冊會計師全國統一考試專用教材(圖解版):審計
- 中國審計市場:制度變遷與競爭行為
- Big Data Analytics with R and Hadoop
- 傳習集2
- Business Intelligence Cookbook:A Project Lifecycle Approach Using Oracle Technology
- Oracle Primavera Contract Management,Business Intelligence Publisher Edition v14
- 公司內部審計
- Stata統計分析與行業應用案例詳解(第2版)
- Amazon EC2 Cookbook
- 效益實現管理實踐指南
- Getting Started with Citrix? Provisioning Services 7.0
- Force.com Tips and Tricks