DSC configuration file
- Dominant language
- PowerShell
- Stars
- 524
- Forks
- 610
- PR merge metrics
- No merged PRs in 30d
Description
I'm using Terraform to deploy AVD session hosts. To figure out the "latest" VM DSC extension, I used the AVD wizard of the Azure Portal and I downloaded the ARM template. The ARM file contains the following location of the script:
`https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_1.0.02655.277.zip`
When trying to resolve what files are in the container I use the following command:
`https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts?restype=container&comp=list`
I've got the following error:
```
ResourceNotFound
The specified resource does not exist. RequestId:4f721686-d01e-008a-4164-a7c45c000000 Time:2024-05-16T07:45:00.0796328Z
```
I have two questions and hope someone can answer them:
- How can I see what's in the https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts container?
- Is there a way to always refer to the latest version automatically?
Thanks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the ARM template URL and the Azure Blob listing request included in the issue. Determine whether the galleryartifacts container can be enumerated and whether a supported latest-version reference exists; done means documenting answers to both questions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, powershell, terraform
- Domain
- cloud, devops, infrastructure
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100