azure-functions
Here are 1,103 public repositories matching this topic...
-
Updated
Jun 15, 2020 - C#
-
Updated
Jul 6, 2020 - C#
Hi,
I am trying to use Razor Engine as a templating engine in a V2 function. I have it running locally, but not when deployed as a function. When selecting the function name from the portal, it gives "The function runtime is unable to start."
I've managed to strip everything down to a sample function with bare code and tried a lot of combinations with the basic initialization code, but not res
Hi
I am trying to create a TestServer for my simple Azure function for integration test.
Below method creates HttpClient instance which I use to ping the end point. Assertion is failing as it is unable to find the end point. First of all is it possible to create in-memory TestServer for Azure function if yes then can you please help me ? If not then I guess that code can go to trash.
Where is the extension configuration page? Link needed in the wiki, possibly also in the readme?
The installation page shows screenshots from the configuration page. It would be nice if it could also link to it (https://.scm.azurewebsites.net/letsencrypt/).
Hi,
It will be great if it's allowed to customize the commit message of imgbot, so that we can use conventional commit format without failing commitlint check.
Current --build only supports Linux. We should support Windows as well and run build with kudu with when remote.
We had a customer trying to use this constructor of DisableAttribute with their Functions project. This constructor is (apparently) only supported when using the WebJobs SDK directly, and this should be noted in the /// <summary> content tag.
-
Updated
Jun 4, 2020 - JavaScript
Almost done with my RPSLS deployment. One more open issue (hopefully).
The rpsls-game-game-api deployment pods fail with the following message (masked with X's):
Warning FailedMount 40s (x7 over 74s) kubelet, aks-agentpool-96345064-0 MountVolume.SetUp failed for volume "azure-kv" : mount command failed, status: Failure, reason: /etc/kubernetes/volumeplugins/azure~kv/azurekeyvault-fl
-
Updated
Feb 16, 2020
-
Updated
Apr 20, 2018
Repro steps
- Read the documentation
and note that I should configure theJobHostConfigurationclass.
Expected behavior
The documentation should provide guidance on how to configure the HostBuilder because the JobHostConfiguration class is [deprecated](Azure/azure-webjobs-sdk#187
Description
A few unit tests are broken in the logs microservice (referenced in this forked repo: suryajak/jazz@6b5afc0) which will need to be fixed once this is merged to master.
Steps to Reproduce
- Uncomment the tests in the referenced commit and run the unit tests
Expected behavior: [What you expect to happen]
-
Updated
Feb 1, 2020 - Python
Publish to PyPI
Publish to pypi checklist:
-
pykwalifyrequirements changes (1.7.1+) - Create setup.py
- Migrate requirements.txt
- Add
entry_points - Add README.md ingestion
- Update travis with publish step
- Update README/install docs with pypi option (with caveats)
Please provide us with the following information:
OS and Browser
Windows 10, Chrome
Repro steps
Not able to repro this manually, but from Azure pipelines service telemetry, We can see two consecutive calls for configuring CD.
Any error messages
This results in conflict error in Azure Pipelines service as
-
Updated
Jun 7, 2020 - C#
Refine documentation
Now we usually simply call .name() or .toString() in config selections, which may be confused and there are too many options, we should use more friendly name in display and reduce the options.
Originally filed here: Azure/azure-functions-templates#803, not sure why it was closed.
The template for EventGrid still has 1.x instead of 2.x in the id, which means VS Code will not list it: https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Templates/EventGridTrigger-CSharp/build.config/template.json#L9
-
Updated
Dec 5, 2017 - JavaScript
Packing function project results in error only when trying to pack Sequelize and its dependencies. If I ignore sequelize the packing complete successfully but obviously wont be able to find Sequelize. Any workarounds for this?
info: Generating project files/metadata
info: Webpacking project
error: Hash: 7a7e2c7850a21f5380f4
Version: webpack 3.5.6
Time: 6230ms
Asset Size Chunks
Observed that the error, warn, info and verbose are removed from the context when the context object is sanitized to remove the "done" function.
The _extends() function in the IncomingMessage file is removing these functions. Only the "log" function is available in the context object.
It would be nice if we could use these log level functions.
Context object before sanitized;
![image]
-
Updated
Feb 14, 2019 - C#
-
Updated
Jan 27, 2020 - JavaScript
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."
I have created a serverless project for python on AWS, which works fine... until I try to re-use the project directly after checkout. Any CLI command exits with the following error: