You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-11-21-a-new-chapter-exploring-azure-resources.md
+14-20Lines changed: 14 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -71,35 +71,29 @@ category: System Engineering
71
71
72
72
In the dynamic landscape of Cloud Technology, the transition to Microsoft Azure has paved the way for enhanced performance, scalability, and innovation.
-**Azure Blob Storage:** Ensuring reliable and scalable object storage for data and media assets.
76
-
-**Azure Virtual Network:** Establishing a secure and scalable network infrastructure for seamless connectivity.
77
-
-**Azure SQL Database:** Powering Backbase BaaS with a fully managed and scalable relational database solution.
78
-
-**Azure Functions:** Enabling serverless computing for efficient and cost-effective execution of code.
79
-
80
74
**Azure Kubernetes Service (AKS)**
81
75
- AKS is a managed Kubernetes service provided by Microsoft Azure.
82
76
- AKS simplifies the process of deploying and managing containerized applications using Kubernetes.
83
77
84
-
**Key aspects of Azure Kubernetes Service:**
78
+
**Key aspects of Azure Kubernetes Service:**
85
79
86
-
-**Managed Kubernetes:**
87
-
AKS provides a fully managed Kubernetes cluster, abstracting away the complexities of managing the underlying infrastructure.
80
+
-**Managed Kubernetes:**
81
+
AKS provides a fully managed Kubernetes cluster, abstracting away the complexities of managing the underlying infrastructure.
88
82
89
-
-**Scalability:**
90
-
AKS supports the automatic scaling of applications based on demand.
83
+
-**Scalability:**
84
+
AKS supports the automatic scaling of applications based on demand.
91
85
92
-
-**Integration with Azure Services:**
93
-
AKS allows you to easily connect your containerized applications to services such as Azure Active Directory, Azure Monitor, and Azure Container Registry.
86
+
-**Integration with Azure Services:**
87
+
AKS allows you to easily connect your containerized applications to services such as Azure Active Directory, Azure Monitor, and Azure Container Registry.
94
88
95
-
-**DevOps Integration:**
96
-
AKS integrates with popular DevOps tools, including Azure DevOps, Jenkins, and others, facilitating a streamlined continuous integration and continuous deployment (CI/CD) pipeline for containerized applications.
89
+
-**DevOps Integration:**
90
+
AKS integrates with popular DevOps tools, including Azure DevOps, Jenkins, and others, facilitating a streamlined continuous integration and continuous deployment (CI/CD) pipeline for containerized applications.
97
91
98
-
-**Monitoring and Diagnostics:**
99
-
Azure Monitor provides monitoring and allows you to gain insights into the performance, health, and behavior of your containerized applications.
92
+
-**Monitoring and Diagnostics:**
93
+
Azure Monitor provides monitoring and allows you to gain insights into the performance, health, and behavior of your containerized applications.
100
94
101
-
-**Security:**
102
-
AKS includes security features such as Azure Active Directory integration for identity and access management, network policies for controlling the flow of traffic between pods.
95
+
-**Security:**
96
+
AKS includes security features such as Azure Active Directory integration for identity and access management, network policies for controlling the flow of traffic between pods.
103
97
104
98
105
99
**Azure Active Directory (Azure AD)** is Microsoft's cloud-based identity and access management service.
@@ -122,7 +116,7 @@ In the dynamic landscape of Cloud Technology, the transition to Microsoft Azure
122
116
123
117
Azure provides a range of network components that enable the creation of secure, scalable, and well-connected applications and services.
124
118
125
-
**Key Azure network components:**
119
+
**Azure network components:**
126
120
127
121
-**Virtual Network (VNet)** is the fundamental building block for your private network in Azure.
0 commit comments