1. Launch an Azure Virtual Machine -
In this video it gives a good basic tutorial on launching a virtual machine in the Azure portal. Check out the video:
2. Set up a VPN Gateway - in this video it gives A good basic tutorial on setting up a Point-to-Site VPN into your Azure network. Check out the video:
3. Create an Azure Budget - Its important to watch your money usage to stop any surprises Check out the video:
4. Create a Storage Account - blob storage is one of the most used services on Azure it will be essential to learn to use it Check out the video:
5. Create an Entra ID user and assign a role - This video will teach you the basics of creating a user in Microsoft Entra ID and assigning an RBAC role to the user.
6. Set up Azure CLI: In this tutorial you will install Azure CLI and learn to run Azure commands directly from your desktop.
7. Create a VNet with subnets - This video goes over Azure networking, VNets, subnets, and routing and gets you hands on as your Azure environments network engineer. Check out the video:
1. Guest access with Entra ID B2B:
When working in larger scale Azure environments you need to know how to safely and securely give access to someone outside of your organization
2. Create a rule in Azure Policy - Azure Policy is a great tool for setting and tracking rules in Azure that you create. For example here you can set a policy to ensure resources only deploy to allowed regions, and now you can see or remedy any resources that are non compliant
3. Track compliance with Defender for Cloud: Those in security know how important it is to maintain your compliance with government standards. Azure has a built in dashboard to track regulatory compliance directly, so try it out!
4. Deploy a site using App Service: App Service is a great intro to Platform as a service, a great way to give your code to a platform and have them take care of all of the servers and provisioning.
1. Register a custom domain - Here in this lesson they will walk you through registering a domain and connecting it to Azure so that your website has its own custom address.
2. Deploy a static site with Blob Storage- in this video, there is a total walkthrough on setting up the storage account, enabling static website hosting, and uploading your site files. This is the Azure equivalent of hosting a site in an s3 bucket, and its a great way to get a website online for pennies
3. Set up CI/CD with GitHub Actions - For those who prefer to place their code in a repository and push updates from github, this setup walks you through deploying to Azure automatically every time you push, so that you can update your site from your desktop if you like.
4. Put a CDN in front of your site - The way a CDN works is by caching your website at an edge location that provides the lowest latency to you. it is a cache that remains until it is purged. When you update the website, your storage account is different, but the cached website at the edge location is the same, so when you go to the website it will be the same. Purging the cache is how you update everywhere
created with
Best Website Builder .