0
0
Azurecloud~10 mins

What is Azure - Visual Explanation

Choose your learning style9 modes available
Process Flow - What is Azure
User wants to use a computer service
User connects to Azure cloud
Azure provides resources like servers, storage, and apps
User uses these resources remotely over the internet
User pays only for what they use
User scales resources up or down anytime
Work done easily and flexibly
This flow shows how a user connects to Azure, uses cloud resources remotely, pays for usage, and scales resources as needed.
Execution Sample
Azure
User -> Connect to Azure
Azure -> Provide resources
User -> Use resources
User -> Pay for usage
User -> Scale resources
This simple flow shows the steps a user takes to use Azure cloud services.
Process Table
StepActionResultUser Experience
1User connects to Azure cloudConnection establishedUser accesses Azure portal or API
2Azure allocates resourcesServers, storage, apps readyUser sees available services
3User uses resources remotelyResources perform tasksUser runs apps or stores data
4User pays for what is usedBilling calculatedUser billed only for used resources
5User scales resourcesResources increase or decreaseUser adjusts capacity easily
6End of processUser finishes workUser logs off or stops using resources
💡 User finishes using Azure services and disconnects
Status Tracker
VariableStartAfter Step 1After Step 2After Step 3After Step 4After Step 5Final
ConnectionNoneEstablishedEstablishedEstablishedEstablishedEstablishedClosed
ResourcesNoneNoneAllocatedIn UseIn UseScaledReleased
Billing0000CalculatedCalculatedFinalized
Key Moments - 3 Insights
How does the user get the resources from Azure?
The user connects to Azure (Step 1) and Azure allocates resources (Step 2) which the user then uses remotely (Step 3), as shown in the execution_table.
Does the user pay for resources even if they are not used?
No, billing is calculated based on actual usage (Step 4), so the user pays only for what they use, as seen in the billing variable in variable_tracker.
Can the user change the amount of resources anytime?
Yes, the user can scale resources up or down anytime (Step 5), which updates the resources state in variable_tracker.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, what happens at Step 3?
AUser pays for usage
BUser connects to Azure
CUser uses resources remotely
DUser scales resources
💡 Hint
Check the 'Action' column at Step 3 in execution_table
According to variable_tracker, when is billing first calculated?
AAfter Step 2
BAfter Step 4
CAfter Step 3
DAfter Step 5
💡 Hint
Look at the 'Billing' row and see when it changes from 0 to Calculated
If the user never scales resources, which step in execution_table would be skipped?
AStep 5
BStep 3
CStep 4
DStep 2
💡 Hint
Check which step describes scaling resources in execution_table
Concept Snapshot
Azure is a cloud platform that provides computing resources over the internet.
Users connect to Azure, use resources like servers and storage remotely.
They pay only for what they use and can scale resources anytime.
Azure makes computing flexible, easy, and cost-effective.
Full Transcript
Azure is a cloud service where users connect over the internet to use computing resources like servers, storage, and applications. Users do not need to own physical hardware; instead, Azure provides these resources on demand. Users pay only for what they use, making it cost-effective. They can also scale resources up or down anytime to match their needs. This process starts when the user connects to Azure, then Azure allocates resources, the user uses them remotely, pays for usage, and can adjust resource amounts as needed. Finally, the user finishes their work and disconnects.