mindMap
Physical organization of Azure: datacenters, availability zones, regions
Organizational Structure of Azure: resources and resource groups, subscriptions, and management groups
Core Architectural components of Azure
Azure regions, region pairs, sovereign regions
Availability zones
Azure datacenters
Azure resources and Resource groups
Subscriptions
Management Groups
Hierarchy of resource groups, subscriptions and management groups
--
What is Microsoft Azure
Azure provides more than 100 services that enable you to do everything from running your existing applications on virtual machines to exploring new software paradigms, such as intelligent bots and mixed reality.
--
Azure Account architecture
Microsoft Learn Sandbox snadbox to practice and learn azure services.
Once you get access to sandbox, you will have powershell to run your commands and test the resources and services.
Most Azure specific commands will start with the letters az Example: az version => azure specific command Get-date => General powershell command to get the current date of the system
You can change your shell to BASH by running the command bash in the terminal In the case of bash shell though, you cant run commands like Get-date coz these are related to windows OS and bash is related to UNIX OS which have different commands to perform the same action
But azure commands stays same in both the shells, bash shell and powershell
You can enter interactive mode using the command az interactive and wait for some time.
Azure compute and Network Services
Azure Storage Services
Azure [Identity, Access, Security]
Reference --> https://learn.microsoft.com/en-us/training/paths/azure-fundamentals-describe-azure-architecture-services/
Last updated