밖에서 나와서 쓰려니까 Mac에서도 세팅이 필요해서 하는 중...
Core Tools를 사용하여 로컬로 Azure Functions 개발
Azure Functions에서 실행하도록 배포하기 전에 로컬 컴퓨터의 명령 프롬프트 및 터미널에서 Azure Functions를 코딩하고 테스트하는 방법을 알아봅니다.
learn.microsoft.com
0. pre-requisite
- 먼저 homebrew 설치가 필요하다
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
- 도구 패키지 설치
iterm 터미널에서 설치해주면 된다.
brew tap azure/functions
brew install azure-functions-core-tools@4
# if upgrading on a machine that has 2.x or 3.x installed:
brew link --overwrite azure-functions-core-tools@4
이하 아래 과정은 Windows에서와 동일하게 세팅해주면 된다.
Azure Function - Windows setting
프로젝트를 진행하던 중, 기존에 쓰던 AWS가 비용이 너무 많이 나가는 바람에... 무료 토큰이 제공되는 Azure로 배포 플랫폼을 바꾸기로 결정했다. Windows Local 환경에서 Azure function을 설치하고 실
ll2ll.tistory.com
'NLP > 프로젝트' 카테고리의 다른 글
GPT Batch API 활용법 (1) - Batch request (0) | 2025.02.06 |
---|---|
좋은 프로젝트란 무엇인가? - 기획편 (0) | 2025.01.16 |
How to Build domain-specific Embedding model - (2) : Dataset (34) | 2024.12.11 |
Azure Function - Windows setting (2) | 2024.12.09 |
How to Build domain-specific Embedding model - (1) : 선행 연구 조사 (2) | 2024.12.04 |