Building a Web Application on Microsoft Azure

https://www.linkedin.com/learning/building-a-web-application-on-microsoft-azure-22880696

by Rodrigo Díaz Concha 


Introduction

  1. Capitalize on the power of Azure to craft your web app
  2. What you need to know
  3. What you are going to build
  4. Chapter Quiz

1. Using Azure DevOps for Storing Your Code
  1. Using Azure DevOps for storing your
  2. Exploring the Pet Management application base source code
    • using EF in memory
  3. Creating a new Azure DevOps account and organization
  4. Creating a new Azure DevOps project and adding existing code
  5. Creating and accepting a pull request in Azure Repos
2. Hosting and Running the Web Application in Azure App Service 
  1. Hosting and running the web application in Azure App Service
  2. Provisioning a new Azure App Service resource in the portal
  3. Creating a new deployment slot for development
  4. Connecting the deployment slot to Azure Repos
    • how to connect azure devops to app services
  5. Modifying the source code to automatically publish the app
  6. Swapping the deployment slots
3. Using Azure SQL for Your Data Storage
  1. Using Azure SQL for your data storage
  2. Creating the Azure SQL server and database
  3. Modifying the application to use the SQL EF provider
    • how to access and set secrets in visual studio: secrets don't get checked in to source control
  4. Creating a pull request for publishing the changes
4. Using Azure Storage for Storing Binary Files
  1. Using Azure Storage for storing binary files
  2. Creating the Storage account using the Azure portal
  3. Creating the Blob container in the Storage account
  4. Modifying the seed data to read the photos from the container
  5. Modifying the user interface to upload photos
  6. Implementing the Storage Service class
    • nuget package for working with azure storage
    • sample code to upload a file to azure storage
  7. Invoking the Storage Service from the Edit page
  8. Testing the web application locally
  9. Publishing the application to the deployment slot
  10. Swapping the production and dev deployment slots
  11. Chapter Quiz
5. Using Azure Functions to Improve Your Web Application
  1. Using Azure Functions to improve your web application
  2. Creating the Azure Functions project and repository
  3. Testing the function by using the Azure Storage Explorer
  4. Implementing the resize code and the output binding
    • uses nuget package sixlabors.imagesharp to create a thumbnail image
  5. Modifying the web application to display the thumbnails
  6. Pushing all the changes to the remote repositories
  7. Provisioning the Function App resource and testing the app
  8. Chapter Quiz
6. Taking Advantage of Azure Logic Apps for Your Web App
  1. Taking advantage of Azure Logic Apps for your web app
  2. Creating the Azure Logic App resource for sending an email
  3. Testing the Logic App
  4. Modifying the existing Logic App to add a custom SQL Query
  5. Chapter Quiz
Conclusion
  1. Next steps

Comments

Popular posts from this blog

Angular Routing and Navigation Playbook

Working with Files in C# 10

Mastering Git