Azure 기본
Azure란 무엇입니까?
Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications.
Azure에 액세스할 수 있는 위치는 어디입니까?
Azure portal is a way to access and start with Microsoft Azure.
Azure의 서비스는 무엇을 의미합니까?
Azure provides a logical grouping of different tools, framework, applications called as service or cluster e.g. -
컴퓨팅 - Windows, Linux 또는 타사와 같은 가상 머신을 생성합니다.
스토리지 서비스 - 데이터, 파일, Blob 등을 저장합니다.
Azure 서비스를 생성하는 동안 고려해야 할 모든 요소는 무엇입니까?
1. 사용자와 가장 가까운 곳
Before creating any resource to be deployed on azure make
sure that you choose the azure region near to your user base.
Azure region reference.
2. 비용 및 가격 책정
Think about pricing of azure services, it varies based on
region, volume and other factors. use Azure pricing calculator
to determine the price before creating services at Azure Azure
Pricing
3. 서비스 가용성
Service availability may differs based on region, it may be available in one region but not available in other. There are 3 different status of Azure services :
Internal - Service is available for internal Microsoft
users.
Preview - Service available in public beta and users can avail these services by using an Azure Subscription.
General Availability (GA) - Means service in production and anyone can now use it.
4. 규정 준수
Microsoft Azure provides you the flexibility to choose data centers that are compliant as per industry, region, and other factors like let's say for example you have a client from the healthcare industry from the US then you can choose HIPAA compliant Data Center or if the client from Europe can choose GDPR complaint Datacenters.
Azure에 액세스하는 다양한 방법은 무엇입니까?
You can access azure :
- Azure Portal
- Azure CLI
- PowerShell
- SDK
- Restful APi
Azure Portal, Azure CLI, Powershell is used for Accessing, Provisioning and managing the Azure resources.
SDK and Restful Api are used for consuming azure resources.
Restful Apis are endpoint, by using it you can avail the certain Azure services. Let's say you have a storage service created on your Azure subscription and in order to consume this, you can use the storage service endpoint provided by azure while creating it.
Azure provides a browser-based command-line interface called CloudShell, by using this you can also provision, access, and manage the azure resource.
Azure CLI and Powershell can be installed locally and these tools are platform agnostic.
Azure CLI
Install the Azure CLI for Windows or Mac.
Once you installed the Azure CLI az --version command to confirm the version of CLI.
The easiest way to start with the Azure CLI is browser-based CLI Azure Cloud Shell.
To Learn details about Azure CLI refer to the Link.
To check the Azure CLI installed locally type
az
.
Azure PowerShell
Power shell is a powerful feature for automation, written in .NET standard.
Azure Powershell works on PowerShell 5.1 on windows and 6.X and higher on all platforms.
If you are running windows 10 version 1607 or higher, you already have PowerShell 5.1 installed.
Run the Windows Powershell and install Azure Module
install-module -name az
Enter Yes for Nuget provider.
Azure 리소스 관리자란?
Azure Resource manager is the orchestration layer for Azure, ARM is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources.
Azure tools like azure portal, CLI, PowerShell, restful Api, SDK send the requests to the Azure resource manager and it authenticates/authorizes and then sends these requests to Azure services like compute, storage, etc..
술어
리소스 - Azure를 통해 사용할 수 있는 관리 가능한 항목입니다. - 가상 머신, 스토리지 계정, 웹 앱.
리소스 그룹 - 리소스 그룹은 Azure 솔루션에 대한 관련 리소스를 보유하는 컨테이너입니다. 리소스가 속한 리소스 그룹은 조직 전략에 따라 달라지거나 개발, 테스트 및 프로덕션에 대한 리소스 그룹을 만들 수 있거나 다른 프로젝트에 대한 리소스 그룹을 만들 수 있는 것과 같이 더 합리적인 것을 기반으로 합니다.
리소스 공급자 - 리소스 공급자는 Microsoft와 같은 Azure 리소스를 제공하는 서비스입니다. Compute는 Virtual Machine을 제공하는 서비스입니다.
Resource Manager 템플릿 - RM 템플릿은 JSON 파일이며 선언적 구문이며 리소스 그룹, 구독, 관리 그룹 또는 테넌트에 Azure 리소스를 일관되고 반복적으로 만들고 배포하는 데 도움이 됩니다.
References:
docs.microsoft.com
A Cloud Expert By Dabeer Sheikh
Reference
이 문제에 관하여(Azure 기본), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/rahul66303/azure-basic-208b텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)