
Deploy your code to Azure App Service using manual options like git, zip deploy, CLI, and FTP, or automate via CI and DevOps with GitHub or Bitbucket.
Explore Azure App Service authentication and authorization to sign in users with minimal code, using federated identity providers like Microsoft, Facebook, Google, Twitter, and OpenID Connect.
Explore configuring Azure App Service application settings and environment variables, override web.config with app settings, and manage production versus development, connection strings, deployment slots, and diagnostic logging.
Hello
App Service Overview
Quickly build web apps and APIs in the cloud
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back
ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or
Python. Applications run and scale with ease on both Windows and Linux-based environments.
Hello my name is Fabrice and I will show you how to create a website and host it on Azure
We will see how to create a Azure app and how to configure it. We will at the end create a website
for a gallery of foods for a restaurant !!!
We will see what is and how to :
Azure App Service plans
How does my app run and scale?
Deploy code to App Service
Authentication and authorization in Azure App Service
App Service networking features
Create a static HTML web app by using Azure Cloud Shell
Configure an App Service app in the Azure portal
Configure general settings and default documents
Enable diagnostics logging for apps in Azure App Service
Scaling App Service apps
Azure App Service staging environments
Recommendation
Before starting this course, and if you are new in Azure, follow my course on AZ-900.
After this course, I will record others training on Functions, Storage, Azure key vault, cosmos DB and more
So stay tune
Fabrirce