timjansenortec
Results
2
issues of
timjansenortec
The examples on this page use both values 'node' and 'dotnet' for the FUNCTIONS_WORKER_RUNTIME setting. But it is not explained anywhere, what value to use when. There has been some...
logic-apps/svc
triaged
cxp
doc-enhancement
Pri2
I am using a Http request with ManagedServiceIdentity to get a secret from a keyvault: "Some_Action": { "inputs": { "authentication": { "audience": "https://vault.azure.net", "type": "ManagedServiceIdentity" }, "method": "GET", "uri": "@{parameters('keyVaultUrl')}/secrets/SomeSecret?api-version=7.1"...