Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Bug: administratorPassword should not be in params #245

Description

@mike-leuer

Deployment Mode

Deploy To Azure

Steps to reproduce

We should be using a keyvault in Data Management Zone to get access to this or some other way. Not secure to keep that in code. Or update documentation on how to secure it.

"value": "<your-secure-password>"

Example on how to secure it

        "administratorPassword": {
            "reference": {
                "keyVault": {
                    "id": "/subscriptions/<SubcriptionID>/resourceGroups/<ResourceGroup>/providers/Microsoft.KeyVault/vaults/<KeyVault>"
                },
                "secretName": "<SecretName>"
                }
        },

Error Message

No response

Screenshots

No response

Code of Conduct

Metadata

Metadata

Labels

backlogBacklog itembugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions