Skip to content
#

azure-functions

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

kschoenrock-iw
kschoenrock-iw commented Apr 14, 2020

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:

 sls help
 
 Serverless Error ---------------------------------------
 
  Serverless plugin "serverless-python-requirements" not found. Make sure it's installed and listed in the "plugins" section of your ser
bragma
bragma commented Nov 5, 2019

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

kmughal
kmughal commented Apr 15, 2020

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.

RockPaperScissorsLizardSpock
snpdev
snpdev commented Nov 8, 2019

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
jazz

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 Jun 7, 2020
  • C#
jcoronel94
jcoronel94 commented Jul 24, 2018

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
mcamacho021
mcamacho021 commented Feb 2, 2019

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]

bug

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

You can’t perform that action at this time.