Azure / Azure/azure-quickstart-templates

Wrong parameter name in CONTRIBUTION GUIDE

Open
#4,330 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

The parameter name in the [CONTRIBUTION GUIDE](https://github.com/Azure/azure-quickstart-templates/tree/master/1-CONTRIBUTION-GUIDE#deploying-samples) for artifact staging directory is wrong, the correct one should be "-ArtifactStagingDirectory", without "s" after "Artifact".

```powershell
.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '[foldername]'
```
```powershell
.\Deploy-AzureResourceGroup.ps1 -ResourceGroupLocation 'eastus' -ArtifactsStagingDirectory '201-vm-custom-script-windows' -UploadArtifacts
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the Deploying Samples section of 1-CONTRIBUTION-GUIDE and compare the documented parameter with Deploy-AzureResourceGroup.ps1 usage. Replace the incorrect parameter name in both shown PowerShell examples, then verify that the guide consistently uses the corrected name.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.