Azure Concepts: Difference between revisions
Line 53: | Line 53: | ||
{{External|https://docs.microsoft.com/en-us/azure/active-directory/develop/developer-glossary#application-registration}} | {{External|https://docs.microsoft.com/en-us/azure/active-directory/develop/developer-glossary#application-registration}} | ||
{{External|https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app}} | {{External|https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app}} | ||
Accessible from Azure console at https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade | |||
==Application ID== | ==Application ID== | ||
This surfaces as the an [[Azure_Security_Concepts#Azure_Management_Credentials_Access_Key|access key]] credential. | This surfaces as the an [[Azure_Security_Concepts#Azure_Management_Credentials_Access_Key|access key]] credential. |
Revision as of 18:51, 20 August 2021
External
Internal
Azure Security Concepts
Azure Networking Concepts
Azure Storage 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
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
Resource Provider
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
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
Accessible from Azure console at https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
Application ID
This surfaces as the an access key credential.