When NET developers get acquainted with Azure their primary question is: What Azure services are the most useful?
Here I described the Azure services I use for UKAD projects.
App Service
The App Service is used for a web application hosting. outwith .NET, it supports NodeJS, Java, PHP, Python and Ruby. The service contains tools for easy deployments, scaling, diagnostic and monitoring.
Azure Active Directory (AD)
Azure AD helps to authenticate a user, controls access to applications and resources, supports single sign-on (SSO) and multi-factor authorization.