Silver Library (Archived)
Azure 에 대한 개요. 본문
반응형
MS Azure 는 어떨까에 대해 알아보니 MS 제품군 및 튜토리얼 자료에서 장점이 있다는 점을 알게되었다.
Google 도 있었지만, MS 답게 VSCode 를 통한 최적화 된 기능 제공점. CI/CD 도 Github Actions 를 끼고 할 수 있어 보인다.
- Bring your code or container using the framework language of your choice.
- Run on Kubernetes, anywhere across Azure, on-premises, and any CNCF-conformant Kubernetes cluster through Azure Arc.
- Increase developer productivity with tight integration of Visual Studio Code and Visual Studio.
- Streamline CI/CD with Git, GitHub, GitHub Actions, Atlassian Bitbucket, Azure DevOps, Docker Hub, and Azure Container Registry.
- Reduce downtime and minimise risk for app updates by using deployment slots.
그렇다면 해 볼 만한게 뭐가 있을까...해서 생각해보니.
의외로 지난번에 다뤄 봤던 SocketIO 를 한번 더 다룰 수 있을지도 모르겠다. 대표적인게 클라우드에 두고, 고객과 단순 선에서 상담이 가능하게 하는 챗봇 서비스.
그 외에도 보안이 요구되는 통신 연결 시, 클라우드 측에서 도맡아서 해 준다는 점은 공통사항으로 보인다.
과도하게 몰리는 특정 트레픽을 관리하는 기능도 보이는 등, 가볍게 살펴보니 Azure 는 전체적인 상태 모니터링 쪽에 좀 더 강화된 장점을 내세우는 모습이다.
웹 개발자로서는 클라우드를 이리저리 살펴봐도 (1) host & (2) deploy 랑, (3) store & (4) data management 까지가 대표적인 용도인 듯 하다.
대부분의 주요 클라우드 서비스 측에서 내놓은 문서들이 비교적 친절하다는 느낌이 든다.
https://learn.microsoft.com/en-us/azure/developer/intro/azure-developer-overview
https://azure.microsoft.com/en-us/resources/whitepapers/developer-guide-to-azure/
'Fundamental of CS > Knowledge' 카테고리의 다른 글
What does 'Lexical environment' mean in JS? (0) | 2023.01.01 |
---|---|
클라우드 서비스, 어떻게 활용해볼까. (0) | 2022.12.26 |
DevOps, CI/CD? As a frontend dev's perspective (0) | 2022.12.25 |
react-query 에 대한 배경 정보 (0) | 2022.11.29 |
GraphQL (GQL) 에 대한 기록. (0) | 2022.11.21 |