Dina Berry (MSFT)

Results 29 comments of Dina Berry (MSFT)

![image](https://user-images.githubusercontent.com/41597107/172193712-b7451df3-1b35-480e-ab14-b0176c0c41fe.png)

@anthonychu @stefanushinardi Can you please provide an update for ETA on developing Azure Functions on an M1 chip in docker? Is this a Docker issue or an Azure Functions issue?

@xirzec Can you tag an engineer that might be closer to SAS token generation on JS?

@EmmaZhu Are you saying my sample code at the top of this issus is the recommended? If not, can you please provide an example of "a string".

@StephanWeatherford - I'm not sure -- I'll try to track that down better.

This isn't fixed yet - seems like a simple fix to the dockerfile to access the connection string would fix it.

There is a new v4 runtime for Node.js which makes the programming model more app-centric. It is in [preview](https://azure.microsoft.com/en-us/updates/public-preview-azure-functions-v4-programming-model-for-nodejs/). I would like to update this package to work with the...

@manekinekko @anfibiacreativa I would like to fix this with 1) predeployment step which uploads dump file to storage 2) postdeployment step which restores db from storage - perhaps an Azure...

Actually they take to long to install. Move toward setting up playwright as a service for docker compose. ``` # Dockerfile FROM mcr.microsoft.com/playwright:v1.35.0-jammy WORKDIR /usr/src/app COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]...