Skip to content

klaspihl/Bicep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bicep

Modules and snippets

Modules

new-password

Generates a alphanumeric password of desired length.

Param

param PasswordLength int = 16
param location string = 'northeurope'

Output

"outputs": {
      "result": {
        "type": "String",
        "value": "kQp3bL6M6NVBIXCX"
      }
    }