Secret identifier can be found on Azure Portal.

Secret value will be interpreted as yaml. The following is an example

        username: jenkins
        password: P@ssword
    

The following example uses the az-cli to load a yaml file as a secret into an Azure Keyvault

    az keyvault secret --vault-name jenkins --name jenkins-cred --file jenkins-cred.yaml