Skip to content

Instantly share code, notes, and snippets.

@LauraKokkarinen
Last active November 9, 2024 10:27
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
// DEV settings start
"TenantId": "dev-app-reg-tenant-id",
"ClientId": "dev-app-reg-client-id",
"CertificatePath": "C:\\path-to-dev-cert\\dev-cert-name.pfx",
"CertificatePassword": "dev-cert-password",
// DEV settings end
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment