Azure Classroomnotes 13/Oct/2022

Azure App Service

  • This is the PaaS from Azure.
  • Azure App Service Lets us choose
    • Supported Platforms
    • Docker
    • Static Web App
  • For all the unsupported Languages and Versions, Azure app service recommends using Docker
  • Azure App Service supports the following languages
    • .net
      • Asp.net
      • Asp.net Core
    • Java
    • Node js
    • Python
    • Ruby
  • Azure App Service has plans
    • Free
    • Basic
    • Standard
    • Premium
    • Isolated
  • For now lets stick to Free (F1). Create a .net 6 with linux on Azure App Service
    Preview
  • Deployment Options
    Preview
    Preview
    Preview
  • Refer Here for the code and fork this to your account in GitHub Refer Here
  • Once we configure the Gitub Repo and authorize access, Actions will be create to deploy whenever new changes are made
    Preview
    Preview

Activity

  • Create an Azure App Service with platform => .net 6, plan => F1
    Preview
  • Select the Azure App Service Plan as F1
  • Once the app service is created, Navigate to Deployment Blade and select Deployment Center
  • Now navigate to Git Refer Here and fork this into your account
    Preview
  • Now Authorize GitHub in your Deployment Center
    Preview
  • Now Navigate to actions and select as shown below
    Preview
    Preview
    Preview
    Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner