Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.12 KB

8.create-a-web-app-in-the-azure-portal-for-the-blazor-project.md

File metadata and controls

18 lines (16 loc) · 1.12 KB

8. Create a Web App in the Azure Portal for the Blazor project

  • Login in to the Azure Portal.
  • Click on Create a resource.
  • Search for Web App in the Search services and marketplace field.
  • Click the Create link in the Web App icon.
  • Select rg[YourAppName] in the Resource Group dropdown.
  • Enter [YourAppName]Blazor in the Name input field.
  • Select .NET 8 (LTS) in the Runtime stack dropdown.
  • Select Windows as Operating System.
  • Select the same Region as in the SQL server you created in Part 3.
  • Create a the [YourAppName]FreeWinPlan in Windows Plan.
  • Select Free F1 (Shared infrastructure) as Pricing plan.
  • Click the Review + create button. Click Create button.
  • Click on Go to resource when the Web App has been created.
  • Copy the URL in the Overview menu of the Web App (https://[YourAppName]blazor.azurewebsites.net)

[Previous] - [Next]