Mid
Azure
What deployment methods are available for ASP.NET Core in Azure?
- Visual Studio Publish: One-click deployment from IDE.
- Azure CLI / PowerShell: Command-line deployment scripts.
- Zip Deploy: Upload a zipped package of the app.
- FTP / FTPS: Manual upload of files to Azure App Service.
- WebDeploy (MSDeploy): Supports incremental deployment.
- CI/CD Pipelines: Using Azure DevOps or GitHub Actions.
More from Microsoft Azure Tutorial
All questions for this course