My

Results 8 comments of My

In the meantime, could we update the error to show that Safari is not supported in Cypress rather than the current misleading error that Safari isn't installed on the system?...

@bigpod98 replace the value for `AzureWebJobsStorage` with ``` "AzureWebJobsStorage": "UseDevelopmentStorage=true", ``` 1. How are you running your function app? Is it also inside the same docker container you're running Azurite?...

@bigpod98 did you update the value for `AzureWebJobsStorage` and retry?

@AdamUnderwood I have not try running this in container. 1. is the azurite image an official image? Can you double check what version it's running? 1. `I'm wondering why it...

> I'll follow this thread, but for now will stick to using the older version. Thanks for your help. Hopefully the above might help uncover the issue (if there even...

@leopuleo 1. can you share your `src/entrypoint.js`? 1. When you say "visit the function page on azure", do you mean accessing the function url? 1. The error is saying that...

1. Where did you set the connection string inside the `serverless.yml` file? - Replace the `connection: ${opt:eh}` with `connection: AZURE_EH_CONNECTION_STRING` - When you set `AZURE_EH_CONNECTION_STRING` in the environment section, this...