Skip to content
#

azure-functions

Here are 1,820 public repositories matching this topic...

pgrzesik
pgrzesik commented Apr 11, 2022

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

Currently, we have websocket-related properties configured directly on provider level:

  • provider.websocketsApiName
  • provider.websocketsApiRouteSelectionExpression
  • provider.websocketsDescription

This is not consistent with how iam, httpApi or

good first issue refactor help wanted deprecation
mattchenderson
mattchenderson commented Oct 2, 2020

I'm getting "authLevel": "Anonymous" from using the new -a flag. This causes warnings from the JSON schema and has caused an issue with an app where it defaults back to function level when published. That last part strikes me as especially strange but would be a host issue. Regardless, the output from the Core Tools should be camelCased instead of PascalCased.

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.

  • Updated May 16, 2022
  • C#
static-web-apps-cli
simonaco
simonaco commented Mar 22, 2022

Is your feature request related to a problem? Please describe.
staticwebappconfig.json will include a property to configure trailingSlash behavior:

The following normalization and redirect rules will apply for each of the available configurations:

Always

When setting trailingSlashes to always, all requests that don't include a trailing slash will be redirected to a trailing s

type: enhancement good first issue priority: high (P0) scope: msha
mdg215199
mdg215199 commented Jul 6, 2021

When trying to use proxy, I get errors when running:

System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'C:\Users\mdgar\AppData\Local\AzureFunctionsTools\Releases\3.23.5\cli_x64\Microsoft.Azure.AppService.Proxy.Common.XmlSerializers.dll'. The system cannot find the file specified.
Source=
StackTrace:
<Can

good first issue oca-issue

A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.

  • Updated Apr 12, 2022
  • C#

Improve this page

Add a description, image, and links to the azure-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-functions topic, visit your repo's landing page and select "manage topics."

Learn more