MicrosoftLearning / MicrosoftLearning/mslearn-devops

Lab 07 az webapp create needs udpate

Open Beginner friendly
#45 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
39
Forks
59
PR merge metrics
No merged PRs in 30d

Description

ERROR: Creating a Linux webapp requires one of the following: --runtime, --container-image-name, or --sitecontainers-app. Run 'az webapp list-runtimes --os-type linux' for supported runtimes. For custom containers, see 'az webapp sitecontainers create --help': https://learn.microsoft.com/cli/azure/webapp/sitecontainers

SOLUTION: attach "--runtime "DOTNETCORE:8.0" to command

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Find the Lab 07 instructions containing the az webapp create command and review the reported Linux web app error. Update that command to include --runtime "DOTNETCORE:8.0", then verify the lab no longer produces the missing-runtime error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.