728x90
vscode
-
Azure Functions - VSCode에서 함수 생성Azure 2022. 5. 16. 12:20
Azure Functions - VSCode에서 함수 생성 Azure Fucntions 리소스에서 직접 함수를 생성 가능하지만 웹에서 직접 코드를 관리하는 것보단 Visual Studio Code 등에서 코드를 작성하고 Git등으로 관리하는 것이 더 효율적이다. .Net(C#)의 경우는 Visual Studio가 더 자잘한 설정이 필요없지만 Visual Studio Code에서 Azure Functions의 함수를 만들어보자. 해당 문서는 .NET 환경을 개발 가능한것으로 가정한다. Visual Studio Code에 Azure Functions 개발 환경 설정 Power Shell 등의 터미널에서 npm install -g azure-functions-core-tools@4 --unsafe-perm t..