https://microsoftlearning.github.io/mslearn-devops/Instructions/advanced/03-configure-pipelines-code-yaml.html

Open Beginner friendly
#43 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
74/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Active
Tech stack
azure, powershell

Research direction

Open the advanced configure-pipelines-code-yaml instructions page linked in the issue and run the shown az webapp create command to reproduce the Linux runtime error. Update the instructions so web app creation succeeds with the documented command, then verify the revised steps no longer produce the reported error.

Written by the indexing model from the issue text.

Description

When creating the webapp using:

WEBAPPNAME=eshoponWebYAML$RANDOM$RANDOM
az webapp create --resource-group $RESOURCEGROUPNAME --plan $SERVICEPLANNAME --name $WEBAPPNAME

an error message is returned:

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
Dominant language
PowerShell
Stars
39
Forks
59
PR merge metrics
No merged PRs in 30d

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.

More from MicrosoftLearning/mslearn-devops

All issues in MicrosoftLearning/mslearn-devops

Similar issues

More Cloud issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.