Skip to content

Commit da5777c

Browse files
authored
We found few intendation issues and some wordings need to be removed (#79)
1 parent ddd12e0 commit da5777c

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

_posts/2023-11-21-a-new-chapter-exploring-azure-resources.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,35 +71,29 @@ category: System Engineering
7171

7272
In the dynamic landscape of Cloud Technology, the transition to Microsoft Azure has paved the way for enhanced performance, scalability, and innovation.
7373

74-
- **Azure Virtual Machines (VMs):** Providing scalable compute resources tailored to Backbase BaaS workloads.
75-
- **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-
8074
**Azure Kubernetes Service (AKS)**
8175
- AKS is a managed Kubernetes service provided by Microsoft Azure.
8276
- AKS simplifies the process of deploying and managing containerized applications using Kubernetes.
8377

84-
**Key aspects of Azure Kubernetes Service:**
78+
**Key aspects of Azure Kubernetes Service:**
8579

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.
8882

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.
9185

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.
9488

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.
9791

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.
10094

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.
10397

10498

10599
**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
122116

123117
Azure provides a range of network components that enable the creation of secure, scalable, and well-connected applications and services.
124118

125-
**Key Azure network components:**
119+
**Azure network components:**
126120

127121
- **Virtual Network (VNet)** is the fundamental building block for your private network in Azure.
128122

0 commit comments

Comments
 (0)