Skip to content

Commit 85a1886

Browse files
authored
adding refs to internal
1 parent cb0158a commit 85a1886

1 file changed

Lines changed: 45 additions & 20 deletions

File tree

README.md

Lines changed: 45 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -79,91 +79,120 @@ graph TB
7979
```
8080

8181
<details>
82-
<summary><b>Azure SQL Database</b> (PaaS)</summary>
82+
<summary><b>Azure SQL Database</b> (PaaS) - Click to expand </summary>
8383

8484
> - **Description:** Fully managed PaaS Database Engine that automates upgrades, patching, backups, and monitoring.<br/>
8585
> - **Benefits:** Reduces management overhead and total cost of ownership.<br/>
8686
> - **Differentiators:** Built-in high availability, scalability, and security.<br/>
8787
> - **Use Cases:** Ideal for modern cloud applications requiring performance, scale, and low operational maintenance.<br/>
8888
> - **Related Products:** Azure App Service, Power BI, Azure Analysis Services.<br/>
8989
90+
Click here to read more about a [quick guide on Azure SQL Database](./sql/azure-sql-database/)
91+
9092
</details>
9193

9294
<details>
93-
<summary><b>Azure SQL Managed Instance</b> (PaaS)</summary>
95+
<summary><b>Azure SQL Managed Instance</b> (PaaS) - Click to expand </summary>
9496

9597
> - **Description:** Fully managed SQL Server instance with near-complete compatibility with on-premises SQL Server.<br/>
9698
> - **Benefits:** Simplifies migration from on-premises without code changes.<br/>
9799
> - **Differentiators:** Supports SQL Server Agent, linked servers, and cross-database transactions.<br/>
98100
> - **Use Cases:** Enterprise app migrations from legacy environments.<br/>
99101
> - **Related Products:** Azure Data Factory, Azure Databricks, Azure Synapse Analytics.<br/>
100102
103+
Click here to read more about a [quick guide on Azure SQL Managed Instance](./sql/azure-sql-managed-instance)
104+
101105
</details>
102106

103107
<details>
104-
<summary><b>SQL Server on Azure Virtual Machines</b> (IaaS)</summary>
108+
<summary><b>SQL Server on Azure Virtual Machines</b> (IaaS) - Click to expand </summary>
105109

106110
> - **Description:** SQL Server running on Azure VMs, offering full OS-level access and control.<br/>
107111
> - **Benefits:** Offers flexibility and customization for apps with unique OS or database dependencies.<br/>
108112
> - **Differentiators:** Supports specialized SQL Server features not available in PaaS offerings.<br/>
109113
> - **Use Cases:** Best for lift-and-shift migrations requiring full control and legacy support.<br/>
110114
> - **Related Products:** Azure Backup, Azure Site Recovery, Azure Monitor.<br/>
111115
116+
Click here to read more about a [quick guide on SQL Server on Azure Virtual Machines](./sql/sql-server-on-azure-vm)
117+
112118
</details>
113119

114120
<details>
115-
<summary><b>Azure Database for PostgreSQL</b> (PaaS)</summary>
121+
<summary><b>Azure Database for PostgreSQL</b> (PaaS) - Click to expand </summary>
116122

117123
> - **Description:** Enterprise-ready community PostgreSQL database service, fully managed by Microsoft.<br/>
118124
> - **Benefits:** High availability with up to 99.99% SLA, built-in security, and scalability.<br/>
119125
> - **Differentiators:** Supports PostgreSQL extensions and advanced indexing options.<br/>
120126
> - **Use Cases:** Cloud-native applications using PostgreSQL frameworks like Django or Flask.<br/>
121127
> - **Related Products:** Azure Kubernetes Service, Azure App Service, Power BI.<br/>
122128
129+
Click here to read more about a [quick guide on Azure Database for PostgreSQL](./sql/azure-database-for-postgresql)
130+
123131
</details>
124132

125133
<details>
126-
<summary><b>Azure Database for MySQL</b> (PaaS)</summary>
134+
<summary><b>Azure Database for MySQL</b> (PaaS) - Click to expand </summary>
127135

128136
> - **Description:** Managed MySQL service providing open-source compatibility and built-in scaling.<br/>
129137
> - **Benefits:** Automatic backups, patching, high availability, and zone redundancy.<br/>
130138
> - **Differentiators:** Community edition with scalable performance tiers.<br/>
131139
> - **Use Cases:** Applications using PHP, Ruby, or Node.js; WordPress and ecommerce platforms.<br/>
132140
> - **Related Products:** Azure Web Apps, Azure Functions, Azure Logic Apps.<br/>
133141
142+
Click here to read more about a [quick guide on Azure Database for MySQL](./sql/azure-database-for-mysql)
143+
134144
</details>
135145

136146
<details>
137-
<summary><b>Oracle Database on Azure</b> (IaaS)</summary>
147+
<summary><b>Oracle Database on Azure</b> (IaaS) - Click to expand </summary>
138148

139149
> - **Description:** Enables customers to run Oracle workloads directly on Azure infrastructure.<br/>
140150
> - **Benefits:** Leverages existing Oracle licenses and integrations with Azure services.<br/>
141151
> - **Differentiators:** Official Oracle support with flexible deployment topologies.<br/>
142152
> - **Use Cases:** Running core enterprise Oracle applications with high availability.<br/>
143153
> - **Related Products:** Azure Site Recovery, Azure Backup, Azure Active Directory.<br/>
144154
155+
Click here to read more about a [quick guide on Oracle Database on Azure](./sql/oracle-database-on-azure)
156+
157+
</details>
158+
159+
<details>
160+
<summary><b>SQL Server 2022</b> (IaaS) - Click to expand </summary>
161+
162+
> - **Description:** Latest release of SQL Server with built-in hybrid and cloud-connected capabilities.<br/>
163+
> - **Benefits:** Brings innovations like ledger tables, Synapse Link, and built-in security enhancements.<br/>
164+
> - **Differentiators:** Full hybrid flexibility for modern apps with backward compatibility.<br/>
165+
> - **Use Cases:** Enterprise apps requiring up-to-date SQL features and strong cloud connectivity.<br/>
166+
> - **Related Products:** Azure Synapse Analytics, Power BI, Azure Data Factory.<br/>
167+
168+
Click here to read more about a [quick guide on SQL Server 2022](./sql/sql-server-2022)
169+
145170
</details>
146171

147172
<details>
148-
<summary><b>Azure Cosmos DB</b> (PaaS)</summary>
173+
<summary><b>Azure Cosmos DB</b> (PaaS) - Click to expand </summary>
149174

150175
> - **Description:** Globally distributed, multi-model NoSQL database for ultra-low latency and high throughput.<br/>
151176
> - **Benefits:** Turnkey global replication, automatic scaling, and multi-region writes.<br/>
152177
> - **Differentiators:** Supports multiple APIs (SQL, MongoDB, Cassandra, Gremlin, Table).<br/>
153178
> - **Use Cases:** IoT, retail, gaming, real-time personalization, and telemetry apps.<br/>
154179
> - **Related Products:** Azure Functions, Azure Logic Apps, Azure Container Instances.<br/>
155180
181+
Click here to read more about a [quick guide on Azure Cosmos DB](./nosql/azure-cosmos-db)
182+
156183
</details>
157184

158185
<details>
159-
<summary><b>Azure Managed Instance for Apache Cassandra</b> (PaaS)</summary>
186+
<summary><b>Azure Managed Instance for Apache Cassandra</b> (PaaS) - Click to expand </summary>
160187

161188
> - **Description:** Managed Cassandra database service designed for massive scale and availability.<br/>
162189
> - **Benefits:** Built-in automation, scalability, and hybrid deployment options.<br/>
163190
> - **Differentiators:** Supports native Cassandra drivers and schemas with Azure-managed benefits.<br/>
164191
> - **Use Cases:** Wide-column workloads such as product catalogs, fraud detection, and event monitoring.<br/>
165192
> - **Related Products:** Azure Synapse Analytics, Azure HDInsight, Azure Databricks.<br/>
166193
194+
Click here to read more about a [quick guide on Azure Managed Instance for Apache Cassandra](./nosql/azure-managed-instance-for-apache-cassandra)
195+
167196
</details>
168197

169198
<details>
@@ -175,41 +204,37 @@ graph TB
175204
> - **Use Cases:** Web apps, content management, cataloging, and personalized recommendation engines.<br/>
176205
> - **Related Products:** Azure Kubernetes Service, Azure Databricks, Azure Functions.<br/>
177206
207+
Click here to read more about a [quick guide on Azure Cosmos DB for MongoDB](./nosql/azure-cosmos-db-for-mongodb)
208+
178209
</details>
179210

180211
<details>
181-
<summary><b>MongoDB Atlas on Azure</b> (SaaS)</summary>
212+
<summary><b>MongoDB Atlas on Azure</b> (SaaS) - Click to expand </summary>
182213

183214
> - **Description:** Official managed MongoDB service deployed in Azure’s cloud infrastructure.<br/>
184215
> - **Benefits:** High automation, operational best practices, and global clusters.<br/>
185216
> - **Differentiators:** Offers native integration with MongoDB features and support from MongoDB Inc.<br/>
186217
> - **Use Cases:** Mobile and IoT apps, gaming, metadata management, and logging platforms.<br/>
187218
> - **Related Products:** Azure Kubernetes Service, Azure Databricks, Azure Functions.<br/>
188219
220+
Click here to read more about a [quick guide on MongoDB Atlas on Azure](./nosql/mongo-db-atlas-on-azure)
221+
189222
</details>
190223

191224
<details>
192-
<summary><b>Azure Cache for Redis</b> (PaaS)</summary>
225+
<summary><b>Azure Cache for Redis</b> (PaaS) - Click to expand </summary>
193226

194227
> - **Description:** In-memory data store used for caching, messaging, and fast key-value operations.<br/>
195228
> - **Benefits:** Ultra-low latency and high throughput data access.<br/>
196229
> - **Differentiators:** Fully managed Redis with security, scaling, and geo-replication.<br/>
197230
> - **Use Cases:** Session stores, real-time leaderboards, background task queues.<br/>
198231
> - **Related Products:** Azure Web Apps, Azure Functions, Azure Logic Apps.<br/>
199232
200-
</details>
201-
202-
<details>
203-
<summary><b>SQL Server 2022</b> (IaaS)</summary>
204-
205-
> - **Description:** Latest release of SQL Server with built-in hybrid and cloud-connected capabilities.<br/>
206-
> - **Benefits:** Brings innovations like ledger tables, Synapse Link, and built-in security enhancements.<br/>
207-
> - **Differentiators:** Full hybrid flexibility for modern apps with backward compatibility.<br/>
208-
> - **Use Cases:** Enterprise apps requiring up-to-date SQL features and strong cloud connectivity.<br/>
209-
> - **Related Products:** Azure Synapse Analytics, Power BI, Azure Data Factory.<br/>
233+
Click here to read more about a [quick guide on Azure Cache for Redis](./nosql/azure-cache-for-redis)
210234

211235
</details>
212236

237+
213238
<div align="center">
214239
<h3 style="color: #4CAF50;">Total Visitors</h3>
215240
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>

0 commit comments

Comments
 (0)