Michael S. Collier

Results 13 issues of Michael S. Collier

Azure Functions provides a way to load trigger configuration values from an environment variable using an [app setting binding expression](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-expressions-patterns#binding-expressions---app-settings) (i.e. %syntax%) KEDA currently requires some values to be read...

enhancement
help wanted
good first issue
feature
Hacktoberfest

I think the KQL queries showing parsing of the "Trigger Details" message with a datetime value may be incorrect. The format of the message may have changed. The example below...

doc-enhancement
assigned-to-author
triaged
architecture-center/svc
Pri2
azure-guide/subsvc

Azure Functions output binding currently only [supports CosmosDB for SQL API](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-cosmosdb-v2#supported-apis). In order to use Functions with the Mongo API for CosmosDB, it is necessary to include a nuget package....

feature

Please provide Azure Functions binding support for PostgreSQL. An output binding similar in functionality to the CosmosDB binding is desirable. At this time, using managed identity in the connection to...

feature

When attempting to debug a Logic App (Standard) app in VS Code, I seem to be running into the same issue as stated at azure/logicapps#518. This seems to be a...

investigate

Are there plans to publish an updated version of the Microsoft.Web/connections swagger? As far as I can tell, the current version is 2016-06-01. When creating an API connection for a...

**Output from `az dev version`** azd version 0.0.1-beta.1588565 (commit 1b0d7eba856333b956b09e929666838dbf2df5e9) **Describe the bug** Unable to deploy code to Azure Function app. **To Reproduce** - Execute `azd init` on existing project....

bug
help wanted
cli

As a developer, I would like the ability to optional set the starting cursor position when processing the Kafka event stream, so that I can start from a specific position...

enhancement

When attempting to publish a function app, I receive an "Error: Cannot read properties of undefined (reading 'createClient')" error message. No additional information is provided in VS Code. Azure Functions...

bug

- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install) **Output from `azd version`** azd version 1.1.0 (commit ea9cb12575734ee6a5f99c4d415c1a51d6f32d3e) **Describe the bug** https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/host/functions.bicep [includes 'dotnetcore'](https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/host/functions.bicep#L14) as...

bug
functions
Bicep
hacktoberfest