# Azure Functions에서 Puppeteer/PlayWright 호출 하기

> Clean Markdown view of GeekNews topic #2745. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2745](https://news.hada.io/topic?id=2745)
- GeekNews Markdown: [https://news.hada.io/topic/2745.md](https://news.hada.io/topic/2745.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-08-30T12:48:17+09:00
- Updated: 2020-08-30T12:48:17+09:00
- Original source: [dev.to](https://dev.to/azure/running-headless-chromium-in-azure-functions-with-puppeteer-and-playwright-2fgk)
- Points: 3
- Comments: 3

## Topic Body

- 최근 디펜던시 추가로 서버리스에서도 Puppeteer/PlayWright가 편하게 호출 가능해짐

ㅤ→ 기존엔 프리미엄 플랜에서 커스텀 도커이미지를 써야 했음

ㅤ→ 이제 npm install 만으로 사용가능

- 배포할때는 VS Code for Remote Build 등으로 편하게 배포 가능

## Comments



### Comment 2743

- Author: xguru
- Created: 2020-08-30T12:48:21+09:00
- Points: 1

AWS Lambda 나 Google Cloud Functions 에서는 chrome-aws-lambda 같은거를 썼었는데 이제 Azure 쪽은 훨씬 편해졌네요.

- https://github.com/alixaxel/chrome-aws-lambda

### Comment 2752

- Author: fallroot
- Created: 2020-08-31T12:19:20+09:00
- Points: 1
- Parent comment: 2743
- Depth: 1

Google Cloud Functions에서 `npm install --save puppeteer` 설치로 사용하게 된 지 좀 되었습니다. 지금은 문서가 사라졌지만 2018년 8월에 발표를 했었거든요. 제가 작년 초에 게시판 키워드 검색과 소프트웨어 가격 변동용으로 하나 만들어서 사용중이라 ㅎㅎ

### Comment 2753

- Author: xguru
- Created: 2020-08-31T12:25:43+09:00
- Points: 1
- Parent comment: 2752
- Depth: 2

오홍 제가 구글쪽은 안써서 몰랐네요. 감사!
