Deployintermediate
45 min
Deploy .NET API to Azure App Service
Your API runs locally. Now deploy it to Azure App Service using a GitHub Actions workflow. The pipeline must: build, test, and only deploy on green. Connection strings and secrets must come from Azure Key Vault — not from appsettings.json.
Your progress0%
Requirements
Skills you'll use
.NETAzureGitHub ActionsKey Vault
Read this first
This task is based on the lesson below. Complete the reading before attempting it.
Go to lessonWhat to expect
- Difficulty
- intermediate
- Time
- 45 min
- Steps
- 6
- Type
- Deploy