Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 334 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 334 Bytes

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"
      }
    }