Azure Microsoft Learn Practice Lab Reference
Microsoft learn is one of the learning platform which helped me to upgrade my skills in Azure cloud infrastructure.
If you're looking for a study guide to get start with Azure cloud journey, i would strongly recommend to start with Microsoft Learn - Azure.
Microsoft learn provide free sandbox for practicing the labs along with informative documentation.
In-order to get start you need not to have a credit/debit card, instead a Microsoft account is more than enough.
Here I've consolidated the list of selected Lab exercises which helps you all to learn Azure cloud.
Try it out from today and practice the Lab for free.
Activation of Labs are self explanatory, just follow the documentation.
Good Luck 👍
Azure Compute
1) Virtual machines
Linux VM with Azure CLI - https://docs.microsoft.com/en-us/learn/modules/manage-virtual-machines-with-azure-cli/2-create-a-vm
Exercise - Sizing VMs properly - https://docs.microsoft.com/en-us/learn/modules/manage-virtual-machines-with-azure-cli/5-sizing-vms
Exercise - Query system and runtime information about the VM - https://docs.microsoft.com/en-us/learn/modules/manage-virtual-machines-with-azure-cli/6-querying-vms
Exercise - Start and stop your VM with the Azure CLI - https://docs.microsoft.com/en-us/learn/modules/manage-virtual-machines-with-azure-cli/7-managing-vms
Exercise - Install software on your VM - https://docs.microsoft.com/en-us/learn/modules/manage-virtual-machines-with-azure-cli/8-installing-software
Exercise - Create an Azure Resource using scripts in Azure PowerShell - https://docs.microsoft.com/en-us/learn/modules/automate-azure-tasks-with-powershell/6-exercise-create-resource-interactively
Exercise - Create and save scripts in Azure PowerShell - https://docs.microsoft.com/en-us/learn/modules/automate-azure-tasks-with-powershell/8-exercise-create-resource-using-script
Exercise - Create an image of an Azure VM from the Azure CLI and provision a new VM
Exercise - Add a data disk to a VM - https://docs.microsoft.com/en-gb/learn/modules/add-and-size-disks-in-azure-virtual-machines/3-exercise-add-data-disks-to-azure-virtual-machines
Exercise - Resize a VM disk - https://docs.microsoft.com/en-gb/learn/modules/add-and-size-disks-in-azure-virtual-machines/6-exercise-resize-disks
2) APP Service
Exercise - Create a web app in the Azure portal - https://docs.microsoft.com/en-gb/learn/modules/host-a-web-app-with-azure-app-service/3-exercise-create-a-web-app-in-the-azure-portal?pivots=csharp
Exercise - Write code to implement a web application - https://docs.microsoft.com/en-gb/learn/modules/host-a-web-app-with-azure-app-service/5-exercise-implement-a-web-application?pivots=csharp
Exercise - Deploy your code to App Service - https://docs.microsoft.com/en-gb/learn/modules/host-a-web-app-with-azure-app-service/7-exercise-deploy-your-code-to-app-service?pivots=csharp
Exercise - Publish an ASP.NET app from Visual Studio - https://docs.microsoft.com/en-gb/learn/modules/publish-azure-web-app-with-visual-studio/5-exercise-publish-an-asp.net-app-from-visual-studio
3) Azure Function
Exercise - Create a function app in the Azure portal - https://docs.microsoft.com/en-us/learn/modules/create-serverless-logic-with-azure-functions/3-create-an-azure-functions-app-in-the-azure-portal?pivots=javascript
Exercise - Add logic to the function app - https://docs.microsoft.com/en-us/learn/modules/create-serverless-logic-with-azure-functions/5-add-logic-to-the-function-app?pivots=javascript
Exercise - Create a timer trigger - https://docs.microsoft.com/en-us/learn/modules/execute-azure-function-with-triggers/4-create-timer-trigger?pivots=csharp
Exercise - Create an HTTP trigger - https://docs.microsoft.com/en-us/learn/modules/execute-azure-function-with-triggers/6-create-http-trigger?pivots=csharp
Exercise - Create a Blob trigger - https://docs.microsoft.com/en-us/learn/modules/execute-azure-function-with-triggers/8-create-blob-trigger
Exercise - Create a workflow using Durable Functions - https://docs.microsoft.com/en-us/learn/modules/create-long-running-serverless-workflow-with-durable-functions/4-exercise-create-a-workflow-using-durable-functions
Exercise - Add a durable timer to manage a long-running task - https://docs.microsoft.com/en-us/learn/modules/create-long-running-serverless-workflow-with-durable-functions/6-exercise-add-a-durable-timer-to-manage-a-long-running-task
Azure Storage
Exercise - Create a storage account using the Azure portal - https://docs.microsoft.com/en-us/learn/modules/create-azure-storage-account/5-exercise-create-a-storage-account
You can use above Lab exercise for practicing Blob, File, Queue and Table storage
1) Blob Storage
Exercise Blob Storage - https://docs.microsoft.com/en-gb/learn/modules/store-app-data-with-azure-blob-storage/4-create-storage-resources
2) Queue Storage
3) Azure Storage CORS
4) Azure Storage - Static Website and CDN
Exercise - Deploy a static website to blob storage - https://docs.microsoft.com/en-gb/learn/modules/create-cdn-static-resources-blob-storage/1b-exercise-deploy-a-website
Exercise - Use a Content Delivery Network to publish a static website - https://docs.microsoft.com/en-gb/learn/modules/create-cdn-static-resources-blob-storage/3-exercise-use-cdn-serve-static-site
Exercise - Update a Website and republish to a Content Delivery Network - https://docs.microsoft.com/en-gb/learn/modules/create-cdn-static-resources-blob-storage/4-exercise-update-static-site-republish-cdn
Exercise - Customize and manage CDN behavior - https://docs.microsoft.com/en-gb/learn/modules/create-cdn-static-resources-blob-storage/6-exercise-customize-manage-cdn-behavior
5) WebApp and Azure Storage
Exercise - Create a new app to work with Azure storage - https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/3-exercise-create-your-app?pivots=csharp
Exercise - Create an Azure storage account - https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/4-exercise-create-storage-account
Exercise - Add the storage client library to your app https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/6-exercise-add-the-azure-storage-lib?pivots=csharp-
Exercise - Add Azure Storage configuration to your app - https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/8-exercise-add-azure-storage-configuration-to-your-app?pivots=csharp
Exercise - Connect your application to your Azure Storage account - https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/9-initialize-the-storage-account-model?pivots=csharp
Exercise - Connect your application to your Azure Storage account - https://docs.microsoft.com/en-gb/learn/modules/connect-an-app-to-azure-storage/10-exercise-connect-with-your-azure-storage-configuration?pivots=csharp
6) Azure Disk Storage
Exercise - Enable and configure Azure VM disk cache with the Azure portal - https://docs.microsoft.com/en-gb/learn/modules/caching-and-performance-azure-storage-and-disks/4-exercise-enable-and-configure-azure-vm-disk-cache-by-using-the-azure-portal
Azure Network
Exercise - Design and implement IP addressing for Azure virtual networks - https://docs.microsoft.com/en-us/learn/modules/design-ip-addressing-for-azure/5-exercise-implement-vnets
Exercise - Implement a hub-spoke network topology on Azure - https://docs.microsoft.com/en-gb/learn/modules/hub-and-spoke-network-architecture/4-exercise-implement-hub-spoke
Exercise VPN Gateway - Exercise - Prepare Azure and on-premises virtual networks by using Azure CLI commands
Traffic Manger - https://docs.microsoft.com/en-gb/learn/modules/distribute-load-with-traffic-manager/3-exercise-priority-routing
NVA and Routing - https://docs.microsoft.com/en-gb/learn/modules/control-network-traffic-flow-with-routes/3-exercise-create-custom-routes
Azure Active Directory
Exercise - Add and delete users in Azure Active Directory - https://docs.microsoft.com/en-gb/learn/modules/create-users-and-groups-in-azure-active-directory/3-exercise-add-delete-users-azure-ad
Exercise - Assign users to Azure Active Directory groups - https://docs.microsoft.com/en-gb/learn/modules/create-users-and-groups-in-azure-active-directory/5-exercise-assign-users-azure-ad-groups
Exercise - Give guest users access in Azure Active Directory B2B - https://docs.microsoft.com/en-gb/learn/modules/create-users-and-groups-in-azure-active-directory/7-exercise-guest-user-access-azure-ad-b2b
Exercise - Set up self-service password reset - https://docs.microsoft.com/en-gb/learn/modules/allow-users-reset-their-password/4-exercise-set-up-self-service-password-reset
Exercise - Customize directory branding - https://docs.microsoft.com/en-gb/learn/modules/allow-users-reset-their-password/5-exercise-customize-directory-branding
Management and Governance
Exercise - Use metric alerts to alert on performance issues in your Azure environment - https://docs.microsoft.com/en-us/learn/modules/incident-response-with-alerting-on-azure/4-exercise-metric-alerts
Exercise - Use activity log alerts to alert on events within your Azure infrastructure - https://docs.microsoft.com/en-us/learn/modules/incident-response-with-alerting-on-azure/7-exercise-activity-log-alerts
What a piece of amazing and meaningful information you have written on Elearning App Development Company. I appreciate you and your precious time that you devoted to this blog. Additionally, I also want to clear some more doubts about IT consulting company NYC. Normally i don't leave comments on blogs, but i can't stop myself here to write a few words for you.
ReplyDeleteVery nice information. There is no higher secret banking standard than ever when it comes to creating a positive digital customer experience. Customers want to provide faster service on all devices. There are many potential use cases for chatbots in banking and there’s good reason to consider them: chatbots in banking are one of the solutions that can help you compete with emerging industries like fintech.
ReplyDeleteLots of good advice here,let me add here i have learnt about your blog. thanks for mentioning the food delivery app development services.I am just sharing my reviews on Subscription Based Food Delivery app.
ReplyDeleteIf you are looking for the Smartest Ways to Build an App Like Uber then you can read my article I have mentioned the best smart way. I appreciate the work you have put into this.
Great tips as always, loved all that you shared. I simply love it and am part of numerous communities too .Food delivery app development service that delivers breakfast, lunch, and dinner from your favorite restaurants. Just choose your desired cuisine and from there you’ll see restaurants and menus from amazing restaurants. Share this most interesting post like How to Make a Tracking App and know about taxi dispatch software.
ReplyDeleteThanks for sharing this Information. MCSE Training in Gurgaon
ReplyDeleteHey , Thanks for another great peace of content. this post has really given me something to aspire. you have an interesting situation. My question is How to make an app like uber eats or Taxi Dispatch Software?
ReplyDeleteDo you Know the Software Development Company? Let me know and we will go from there.
Amritsar Digital Academy trains you to become one of the best digital marketers in Amritsar. This academy provides practical training as well as theoretical knowledge so you don’t miss on anything. Amritsar Digital Academy has the successful and skilled Digital Marketers to teach you. You can contact the academy anytime and start learning and build a future in digital marketing.
ReplyDeleteHow digital marketing will help new businesses in the third wave of Covid-19 (SARS-CoV-2 )?
ReplyDeleteThe variant of covid is taking new shapes with time and now is time for third wave of covid-19 and this is termed as omicron. One of those academies are Amritsar Digital Academy, this institute hires proficient and skilled staff to teach how to handle your business in these touch situations.
No more Burnouts and Dissatisfied Clients with our full-time, Quality Outsourced " IT Help Desk Services!
ReplyDeletenice
ReplyDeleteVery Much Interesting blog that you shared , In this blog you said about Digital Marketing, Overall Much Interesting Good ideas that you said ,Many of Digital Marketing Services Provider, "Asterlation is best Services provider as compared to others.
ReplyDeleteThank you for sharing the information
ReplyDeleteAzure Consulting Services | Accelerating Digital Transformation
A very interesting Blog. Do visit for more services Efficiency Through Business Process Management Services | FYI Solutions
ReplyDeleteNice Info
ReplyDeleteAzure Consulting for Dynamic Cloud Solutions | TechTriad
Nice Blog, Very Informative. Innovative Software Testing Services - Test with Confidence | FYI Solutions
ReplyDeleteThanks for sharing.
ReplyDeleteIf you are looking for mobile game development services , contact us today!
Thank you for sharing valuable information Azure consulting services
ReplyDeleteInteresting Article you hared Thank you for sharing Digital Transformation
ReplyDelete