Azure Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://docs.microsoft.com/en-us/azure/active-directory/develop/developer-glossary
=Internal=
=Internal=
* [[Azure#Subjects|Azure]]
* [[Azure#Subjects|Azure]]
=Azure Security Concepts=
=Azure Security Concepts=
{{Internal|Azure Security Concepts|Azure Security Concepts}}
{{Internal|Azure Security Concepts|Azure Security Concepts}}
=Azure Networking Concepts=
=Azure Networking Concepts=
{{Internal|Azure Networking Concepts|Azure Networking Concepts}}
{{Internal|Azure Networking Concepts|Azure Networking Concepts}}
=Azure Storage Concepts=
{{Internal|Azure Storage Concepts|Azure Storage Concepts}}
=Azure Compute Concepts=
{{Internal|Azure Compute Concepts|Azure Compute Concepts}}


=Resource Concepts=
=Resource Concepts=
Line 11: Line 18:
==Resource Group==
==Resource Group==
{{External|https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups}}
{{External|https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups}}
A container that holds related resources for an Azure solution. The resource group includes those resources you want managed as a group.
A container that holds related resources for an Azure solution. The resource group includes resources that should be managed as a group, in respect to the lifecycle, permissions and policies - all of the resources in a resource group share the same lifecycle, permissions and policies. The resource group metadata is stored in a certain [[#Location|location]] that is specified upon resource group creation. Note that a resource group does not seem to be aware of its members, while the member have a relationship with their group, via the "resourceGroup" element of their state.
 
Each resource can exist in only one resource group, but a resource can be moved to a different resource group.
 
Deleting a resource group removes all member resources, so this is potentially dangerous.
 
===Resource Group Operations===
* [[Azure_Resource_Group_Operations#Create_a_Resource_Group|Create a resource group]]
* [[Azure_Resource_Group_Operations#Delete_a_Resource_Group|Delete a resource group]]


==Resource Manager==
==Resource Manager==
Line 18: Line 33:
{{External|https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types}}
{{External|https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types}}
A service that supplies Azure resources. Examples: Microsoft.Compute, which supplies virtual machines, Microsoft.Storage, etc.
A service that supplies Azure resources. Examples: Microsoft.Compute, which supplies virtual machines, Microsoft.Storage, etc.
===Resource Provider Operations===
* [[Azure_Resource_Provider_Operations#Register_a_Resource_Provider|Register a resource provider]].
==Resource Manager Template==
==Resource Manager Template==
A JSON file that defines one or more resources to deploy to a resource group, subscription, management group or tenant.
A JSON file that defines one or more resources to deploy to a resource group, subscription, management group or tenant.
Line 25: Line 43:
==Quota Operations==
==Quota Operations==
{{Internal|Azure Quota Operations|Azure Quota Operations}}
{{Internal|Azure Quota Operations|Azure Quota Operations}}
=Location=
=Region=
 
Not all products are available in all regions. Product availability can be queried with https://azure.microsoft.com/en-gb/global-infrastructure/services/
==Location==
eastus2
eastus2


Also see [[Azure_CLI#LOCATION|Azure CLI Configuration]].
Also see [[Azure_CLI#LOCATION|Azure CLI Configuration]].
=Virtual Machine=
=Azure Cloud Shell=
=Registered Application=
{{Internal|Azure Registered Applications|Azure Registered Applications}}
=Tags=
{{Internal|Azure_Tags#Overview|Azure Tags}}

Latest revision as of 04:41, 31 December 2021

External

Internal

Azure Security Concepts

Azure Security Concepts

Azure Networking Concepts

Azure Networking Concepts

Azure Storage Concepts

Azure Storage Concepts

Azure Compute Concepts

Azure Compute Concepts

Resource Concepts

Resource

A manageable item that is available through Azure. Resources include: virtual machines, storage accounts, web apps, databases, virtual networks, resource groups, subscriptions, management groups, tags, etc.

Resource Group

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

A container that holds related resources for an Azure solution. The resource group includes resources that should be managed as a group, in respect to the lifecycle, permissions and policies - all of the resources in a resource group share the same lifecycle, permissions and policies. The resource group metadata is stored in a certain location that is specified upon resource group creation. Note that a resource group does not seem to be aware of its members, while the member have a relationship with their group, via the "resourceGroup" element of their state.

Each resource can exist in only one resource group, but a resource can be moved to a different resource group.

Deleting a resource group removes all member resources, so this is potentially dangerous.

Resource Group Operations

Resource Manager

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview

Resource Provider

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types

A service that supplies Azure resources. Examples: Microsoft.Compute, which supplies virtual machines, Microsoft.Storage, etc.

Resource Provider Operations

Resource Manager Template

A JSON file that defines one or more resources to deploy to a resource group, subscription, management group or tenant.

Azure Service

Quotas

Quota Operations

Azure Quota Operations

Region

Not all products are available in all regions. Product availability can be queried with https://azure.microsoft.com/en-gb/global-infrastructure/services/

Location

eastus2

Also see Azure CLI Configuration.

Virtual Machine

Azure Cloud Shell

Registered Application

Azure Registered Applications

Tags

Azure Tags