Modern authentication protocols allow you to decouple from Windows and Active Directory, instead allowing any person in the organization to sign in to a web application from any device - as long as it has internet connectivity.
During this scenario, you will modernize an existing intranet web application from being hosted on Windows with IIS and connecting to SQL Server all using Windows Integrated Authentication, into a cloud based web application using OpenID Connect to sign users in and a Managed Identity to securely connect to an Azure SQL Database.
You will be deploying the application you built in challenge 5. You can deploy your ASP.Net, ASP.Net Core and Single Page Application to Azure App Service. Your application in Azure will be secured with Entra ID using OpenID.
Additionally, you can create a SQL Database and connect with your web app with/without Managed Service Identity.Managed Service Identity removes the need to maintain and store any credentials to access the database, instead using the identity of the App Service Web App itself to authenticate to Azure SQL Database.
Too comfortable? Eager to do more? Try these additional challenges!