728x90
728x90
Microsoft Azure 공부 내용 정리
들어가며
- Microsoft Azure를 공부하면서 정리한 내용들을 한 페이지에 정리해본다.

실습
주제 | 링크 | 비고 |
리눅스 VM 배포/연결 및 실습 | https://dev-astra.tistory.com/370 | Azure에 리눅스 VM을 배포하고 연결해보기 |
윈도우 VM 배포/연결 | https://dev-astra.tistory.com/371 | Azure에 윈도우 VM을 배포하고 연결해보기 |
GPT with Azure | https://dev-astra.tistory.com/369 | Azure을 이용하여 GPT 사용해보기 |
Image Analysis (with Azure Cognitive Service Computer Vision) |
https://dev-astra.tistory.com/366 | Azure의 Conginite Service인 Computer Vision을 이용하여 이미지 분석해보기 |
스토리지 계정(Storage Account) Blob Service, File Service, Queue Service 연동 및 실습 |
https://dev-astra.tistory.com/375 | Azure의 Storage Account 서비스 중, Blob Service, File Service, Queue Service에 연동한 후 실습 해보기 |
가상 네트워크(Virtual Network) 배포 및 실습 |
https://dev-astra.tistory.com/381 | Azure에서 Bastion을 설정하여 가상 머신을 2개 만든 후, 서로 네트워크 통신 해보기 |
가상 네트워크(Virtual Network) 생성 후, 네트워크 보안 그룹(NSG)을 통한 네트워크 트래픽 필터링 (NIC 연결) |
https://dev-astra.tistory.com/382 | Azure에서 네트워크 보안 그룹을 가상머신의 네트워크 인터페이스 카드(NIC)에 연결해서 사용해보기 |
워드프레스(WordPress) 사이트 만들기 | https://dev-astra.tistory.com/383 | Azure의 App Services를 이용하여 워드프레스 사이트를 배포해보기 (PaaS 실습) |
WebApp 생성 및 Flask 배포하기 |
https://dev-astra.tistory.com/384 | Azure의 App Services를 이용하여 웹 앱을 생성하고 플라스크(Flask)를 배포해보기 |
단일 데이터베이스 만들기 | https://dev-astra.tistory.com/385 | Azure를 이용하여 단일 데이터베이스를 생성하고 간단한 실습 해보기 |
SSMS/VS Code를 사용하여 연결 및 쿼리 실습하기 | https://dev-astra.tistory.com/386 | Azure에 생성한 데이터베이스를 SSMS 및 VS Code와 연결 및 쿼리 실습 해보기 |
SQL Server 실습하기 | https://dev-astra.tistory.com/387 | Azure에서 생성한 데이터베이스를 활용하여 SQL Server 실습 해보기 |
파이썬(Python)을 사용하여 데이터베이스 쿼리 실습하기 | https://dev-astra.tistory.com/388 | 파이썬 코드를 이용하여 Azure에서 생성한 데이터베이스와 로컬 PC를 연결해보고 쿼리 실습 해보기 |
도커(Docker) 실습하기 : 도커 설치하기 |
https://dev-astra.tistory.com/389 | Azure에서 우분투 가상 머신을 생성하고 도커를 설치해보기 |
도커(Docker) 실습하기 : 간단한 실습 해보기 |
https://dev-astra.tistory.com/390 | Azure에서 배포한 우분투에 도커를 구축하고, 간단한 실습 해보기 |
도커(Docker) 실습하기 : Dockerfile을 이용하여 직접 도커 이미지를 만들고 컨테이너 만들어보기 |
https://dev-astra.tistory.com/392 | Azure에서 배포한 우분투에 도커를 구축하고, Dockerfile 을 이용하여 직접 도커 이미지를 만들고 컨테이너 만들어보기 |
도커(Docker) 실습하기 : 도커 이미지를 다른 사람과 공유하여 사용해보기 |
https://dev-astra.tistory.com/394 | Azure에서 배포한 우분투에 도커를 구축하고, 도커 이미지를 다른 사람과 공유하여 사용해보기 |
쿠버네티스(Kubernetes) 실습하기 : 미니쿠베(minikube) 설치하기 |
https://dev-astra.tistory.com/396 | Azure에서 우분투 가상 머신을 생성하고 미니쿠베를 설치해보기 |
쿠버네티스(Kubernetes) 실습하기 : 간단한 실습 해보기 |
https://dev-astra.tistory.com/397 | Azure에서 배포한 우분투에 쿠버네티스(미니 쿠베)를 구축하고, 간단한 실습 해보기 |
쿠버네티스(Kubernetes) 실습하기 : AKS(Azure Kubernetes Service) 실습 |
https://dev-astra.tistory.com/399 | Azure에서 배포한 우분투에 도커를 설치한 후, AKS(Azure Kubernetes Service)를 실습 해보기 |
Azure Machine Learning Service 사용해보기 : Designer |
https://dev-astra.tistory.com/400 | Azure Machine Learning Service를 배포한 후 Designer를 이용하여 실습 해보기 |
Azure Machine Learning Service 사용해보기 : Automated ML |
https://dev-astra.tistory.com/401 | Azure Machine Learning Service를 배포한 후 Automated ML을 이용하여 실습 해보기 |
Azure Machine Learning Service 사용해보기 : Notebooks |
https://dev-astra.tistory.com/402 | Azure Machine Learning Service를 배포한 후 Notebooks을 이용하여 실습 해보기 |
Azure Visual Studio 사용해보기 : CRUD 애플리케이션 제작하기 |
https://dev-astra.tistory.com/403 | Azure Visual Studio를 배포한 후, 간단한 CRUD 애플리케이션 제작해보기 |
기타
주제 | 링크 | 비고 |
비주얼 스튜디오 코드(VS Code)와 Azure 연동하기 | https://dev-astra.tistory.com/380 | VS Code와 Azure를 연동해보기 |
애저(Azure) 테넌트(Tenant) ID 찾는 방법 | https://dev-astra.tistory.com/379 | VS Code와 Azure를 연동할 때 필요한 테넌트(Tenant) ID를 Azure 포털에서 찾아보기 |
참고 사이트
주제 | 링크 | 비고 |
Azure Homepage | https://azure.microsoft.com/ | |
Azure Portal | https://portal.azure.com/ | |
MS Learn | https://learn.microsoft.com/ko-kr/ | 무료로 Azure를 공부할 수 있는 사이트 |
Azure Friday | https://dev-astra.tistory.com/368 | Azure를 개발한 Scott Hanselman이 Azure을 주제로 진행하는 강의 |
Microsoft Datacenter Locations | https://datacenters.microsoft.com/globe/explore | 전세계의 Microsoft의 데이터 센터의 위치들을 볼 수 있는 사이트 |
728x90
728x90
'DevOps > Azure' 카테고리의 다른 글
[Azure] 가상 네트워크(Virtual Network) 배포 및 실습 (1) | 2023.05.19 |
---|---|
[Azure] 비주얼 스튜디오 코드(VS Code)와 애저(Azure) 연동하기 (0) | 2023.05.19 |
[Azure] 애저(Azure) 테넌트(Tenant) ID 찾는 방법 (0) | 2023.05.18 |
[Azure] 스토리지 계정(Storage Account) Blob Service/File Service/Queue Service 연동 및 실습 (0) | 2023.05.15 |
[Azure] 윈도우(Windows) VM 배포/연결 (0) | 2023.05.09 |
[Azure] 리눅스 VM 배포/연결 및 실습 (0) | 2023.05.08 |
[Azure] GPT(Generative Pre-trained Transformer) (0) | 2023.05.05 |
[Azure] Azure Friday (0) | 2023.05.05 |