azure-functions
Here are 1,820 public repositories matching this topic...
-
Updated
Oct 25, 2021 - C#
-
Updated
May 24, 2022 - C#
-
Updated
May 18, 2022
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.
I understand that optimisation of image/x-icon
files has been added to Magick.NET (dlemstra/Magick.NET@c5e41c5). Are there any chances of this being added to Imgbot?
This has been requested before in #444, unfortunately, that issue has become stale without any comments whatsoever.
-
Updated
May 20, 2022 - C#
-
Updated
May 16, 2022 - C#
-
Updated
Feb 14, 2022 - JavaScript
-
Updated
May 18, 2022
-
Updated
Jun 24, 2018 - Shell
-
Updated
Nov 4, 2021
-
Updated
May 16, 2022 - C#
-
Updated
May 12, 2022 - C#
-
Updated
Feb 28, 2022 - C#
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
-
Updated
Mar 11, 2022 - Python
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 24, 2022 - Python
-
Updated
May 19, 2022 - Python
-
Updated
May 11, 2022 - C#
-
Updated
Oct 27, 2021 - C#
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
-
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.
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."
Is there an existing issue for this?
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