Azure / Azure/azure-devtestlab
Example of Bicep
Open
az.devtestlabs
question
- Dominant language
- PowerShell
- Stars
- 465
- Forks
- 595
- PR merge metrics
- No merged PRs in 30d
Description
I am using Bicep to deploy VM in my DevTest lab, and finding it hard to find examples of how to use the template `Microsoft.DevTestLab/labs/artifactsources@2018-09-15` to download artifacts from this public repo.
Anyone have a suggestion of how to fill these values ?
```
resource newart 'Microsoft.DevTestLab/labs/artifactsources@2018-09-15' = {
name:
properties: {
armTemplateFolderPath:
branchRef:
displayName:
folderPath:
securityToken:
sourceType:
status:
uri:
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.