반응형

Azure 13

Azure Data Factory(ADF) self-hosted setting + node 구성

0. 개요 1. VNET 설정 서브넷 분리(내부/외부)하여 생성 2. VM, DataFactory 생성 Jump Server VM : 외부에서 접속할 윈도우 VM Self-hosted Server VM : IntegrationRuntime 이 설치될 내부 윈도우 VM DataFactory - Private Endpoint network 설정 3. DataFactory Azure Data Factory Studio → 관리 → 통합런타임 → 새로만들기 → Azure, 자체 호스팅 → 자체 호스팅 → 생성 4. private end point 설정 selfhosted ↔ datafactory 간 연결을 위한 private end point 생성. → 가상 네트워크, 서브넷(private), dns 설정 주의..

Azure 2022.09.13

VSCode + Azure Blob Storage + Cognitive Services Computer Vision

VSCode로 개발하기. Azure Blob Storage에 접근해, Computer Vision으로 데이터 추출하기 1. VM - 기본설정 ### ModuleNotFoundError: No module named 'azure' PS C:\\workspace\\project> **pip install azure** Collecting azure Downloading azure-5.0.0.zip (4.6 kB) Downloading azure-4.0.0-py2.py3-none-any.whl (2.2 kB) Collecting azure-mgmt~=4.0 Downloading azure_mgmt-4.0.0-py2.py3-none-any.whl (3.0 kB) Collecting azure-eventgrid~..

Azure 2022.09.13

Azure CLI venv 설정

Azure function / VScode 개발환경 설정 개발할 구독으로 이동 venv 에러 1. 개발할 구독으로 이동 구독 리스트조회 az account list --output table A few accounts are skipped as they don't have 'Enabled' state. Use '--all' to display them. Name CloudName SubscriptionId State IsDefault sub-neptune-data AzureCloud 29ff0147-0b60-4de5-9688-4bdd62bb42e0 Enabled False wsseo-MPN-12-01 AzureCloud ae55d6af-7081-4f6d-bd39-682c01fdae84 Enabled Fa..

Azure 2022.09.13
반응형