/Bicep

Modules and snippets

Primary LanguageBicep

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