Anthony Chu

Results 100 comments of Anthony Chu

Do you have the code on GitHub somewhere or point me to an example? When I google it I see aspnet core stuff using config.json. Yon can use environment variables...

A PR for this would be appreciated. :)

I was able to repro this with @myarotskaya's repo. Looks like the problem has to do with model binding reading the body stream. By the time the function executes, there's...

I think this is the same as #213

@horihiro Where does postinstall.sh install the fonts? (Is it /home/site/wwwroot/fonts or somewhere else?)

@arjun27 Do you know if there's a way to add fonts without installing them to $HOME/.fonts? For example, can Playwright tell Chromium where to look for fonts? Hoping to allow...

@sarvaje @benjamineberle @hyperyn You can now run headless Chromium on Linux Consumption. Hope to have more official docs in the future but for now, check out [this blog post](https://dev.to/azure/running-headless-chromium-in-azure-functions-with-puppeteer-and-playwright-2fgk) for...

@ahmelsayed Yeah I'm not sure how to determine what fonts to add. Looking at the file sizes [here](https://www.google.com/get/noto/), could have significant impact on image size as well.

@johnayoub Sorry I missed this. Are you still stuck? If you're using run from zip, you may have to set `WEBSITE_MOUNT_ENABLED` to `true` in app settings. Run from zip might...

\+1 on this. It could just be an optional section for additional HTTP headers. The existing bearer token input is easier to use and I think it would be nice...