Azure - App Service

      

Scenario: Build a ASP.NET core web app and host it on Azure.

Solution:

Azure App Service is platform for building web applications.
  1. Navigate -> Azure portal
    1. Resource Group
    2. Publish-> Code
    3. Runtime stack - > .NET 6.0
  2. Visual studio
    1. Solution -> Publish
    2. Target -> Azure
    3. Azure App Service (Windows)
    4. Sign in to Azure
    5. View -> Resource Group
    6. Publish (pubxml)

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...