• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Introduction to Azure: Core architectural components

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
The core architectural components of Azure are the fundamental building blocks used to design and deploy scalable, secure, and efficient cloud solutions. Here’s a concise breakdown:

1. Compute


Provides processing power for running applications and workloads.


  • Virtual Machines (VMs): Infrastructure as a Service (IaaS) – full control over OS and compute resources.


  • App Services: Platform as a Service (PaaS) – host web apps and APIs.


  • Azure Kubernetes Service (AKS): Orchestrates containers.


  • Azure Functions: Serverless compute for lightweight event-driven code.


  • Container Instances: Easily run Docker containers without orchestration.

-

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



2. Networking


Enables connectivity, routing, and security.

Virtual Network (VNet): Secure network boundary within Azure.

  • Subnets: Break VNets into smaller segments.

  • Load Balancer: Distributes traffic across multiple instances.


  • Application Gateway: Layer 7 load balancer with Web Application Firewall (WAF).


  • VPN Gateway / ExpressRoute: Hybrid connectivity to on-premises environments.


  • Azure DNS / Traffic Manager / Front Door: Manage global traffic and routing.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



3. Azure Storage


Role: Durable, scalable cloud storage for unstructured and structured data.

Main Services:


  • Blob Storage: Object storage for massive unstructured data (images, videos, backups).


  • File Storage: Managed file shares for legacy apps using SMB protocol.


  • Queue Storage: Message queue system for decoupling applications.


  • Table Storage: NoSQL key-value store for semi-structured datasets.


  • Disk Storage: Persistent block storage for Azure VMs.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



4. Azure Resource Manager (ARM)


  • The deployment and management service for Azure.


  • Enables infrastructure as code (IaC) via templates (ARM templates, Bicep).


  • Manages resource groups and role-based access control (RBAC).


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



5. Azure Regions and Availability Zones


Regions: Geographical areas where Azure data centers are located.

Availability Zones: Physically separate locations within a region, offering high availability and fault tolerance.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



6. Monitoring and Management


Azure Monitor: Full observability into applications and infrastructure.

Log Analytics: Query logs from across Azure.

Azure Advisor: Personalized best practices recommendations.

Azure Automation: Automate frequent, time-consuming tasks.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



7. Identity and Access Management


  • Azure Active Directory (Azure AD): Identity management and authentication.


  • RBAC (Role-Based Access Control): Secure access to Azure resources.


  • Managed Identities: Provides Azure services with an automatically managed identity in Azure AD.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



8. Security and Governance


  • Microsoft Defender for Cloud: Security management and threat protection.


  • Azure Policy: Enforce organizational standards and assess compliance.


  • Azure Key Vault: Secure storage for secrets, keys, and certificates.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу