Deploying Web Apps and APIs to Azure [2 of 8] | .NET on Azure for Beginners

preview_player
Показать описание

Welcome to the .NET on Azure for Beginner series where you will learn the basics of getting your .NET applications up and running in Azure! This series will cover a lot - from resource group naming conventions to Managed Identity, to deploying your apps to Azure via GitHub Actions!

In this episode join Matt as he explores setting up an Azure App Service and Azure SQL database and deploying a .NET app to them.

Chapters:
00:00 - Intro
00:47 - Creating an App Service
06:04 - Creating an Azure Portal Dashboard
07:40 - Creating an Azure SQL Database
12:42 - First look at the web app's code
14:03 - Final setup of Azure SQL
19:40 - Running the app locally
21:42 - Deploying to Azure from Visual Studio
24:45 - Final configuration of the deployed app in Azure

Follow Matt:

Links:

#dotnet #azure #azureforbeginners
Рекомендации по теме
Комментарии
Автор

how do you handle the migrations of the database?

towardsa.i.
Автор

The BEST course on Azure! I have spent $100's of dollars on some site. This one is a treasure! Thank You!

Ramz
Автор

I thought there was a video here that spoke about app config and feature flags

chidii
Автор

Excellent video, I have one question. If we create a free account any fee will be charged for the deployment? I am new in Azure, thx!

dianatorrontegui
Автор

Has anyone done it via vscode? I don't have support for .net8 in visual studio(macOS), and my app is in .net8 so i have to use vscode but it doesn't work somehow, i googled everything and tried in lots of ways to publish and deploy my web api to azure but it doesn't work.

Raca
Автор

I wanna deploy my webapp but it says: "not allowed by policy. Reasons: 'You can create resources in the following regions italynorth, polandcentral, swedencentral, francecentral, switzerlandnorth only." Do u know how can I handle it

pcx
Автор

The link at the end of the video is pointing to Serverless with Azure Functions [7 of 8] instead of Using Blob Storage [3 of 8]

slashd
Автор

That intro music is completely insane, what HAPPENED

clarkflavor
Автор

Hello @dotnet, I cant find the source code for this course.

davidkandy
Автор

Hands down the best course on Microsoft Azure!!! And your teaching style is brilliant! Many thanks

Duelweb
Автор

This may be an issue with recent changes to Azure. But now when I try to follow this guide, I get to publishing and try to push my code to Azure, and VS tells me that my publish is cancelled because of basic authorization being disabled. I've searched everywhere for fixes and the documentation from Microsoft has a table that says that basic auth is deprecated and now publishing from VS just doesn't work? Am I missing something? I can't find any answers anywhere. lol.

connerhufnagel