Skip to content

Commit

Permalink
Merge pull request #6381 from samlamberson/brbm
Browse files Browse the repository at this point in the history
User Story 1915435 - Solution Ideas - Batch # 39
  • Loading branch information
v-ccolin committed Jun 12, 2022
2 parents ce69ffb + d1b1abf commit d679faa
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 25 deletions.
@@ -1,10 +1,14 @@
[!INCLUDE [header_file](../../../includes/sol-idea-header.md)]

This solution architecture illustrates a canonical architecture to achieve high availability for your Oracle Database Enterprise Edition in Azure. High availability for your front-end as well as the middle tier can be obtained by using Azure Load Balancers or Application Gateways. An uptime availability of 99.99% for your database tier can be achieved using a combination of Azure Availability Zones and Oracle Active DataGuard with FSFO. For additional availability and/or Disaster Recovery, consider deploying another Database VM in a different Azure region and schedule frequent RMAN backups.
High availability for your front-end and middle tier can be obtained by using Azure Load Balancers or Application Gateways. An uptime availability of 99.99% for your database tier can be achieved using a combination of Azure Availability Zones and Oracle Active DataGuard with FSFO. For extra availability and/or Disaster Recovery, consider deploying another Database VM in a different Azure region and schedule frequent RMAN backups.

## Potential use cases

This solution idea illustrates a canonical architecture to achieve high availability for your Oracle Database Enterprise Edition in Azure.

## Architecture

![Architecture diagram](../media/reference-architecture-for-oracle-database-on-azure.png)
![Architecture diagram shows from client through load balancer and subnets to Azure V NET.](../media/reference-architecture-for-oracle-database-on-azure.png)
*Download an [SVG](../media/reference-architecture-for-oracle-database-on-azure.svg) of this architecture.*

### Dataflow
Expand Down
Expand Up @@ -4,8 +4,8 @@ metadata:
titleSuffix: Azure Solution Ideas
description: Use a canonical architecture to achieve high availability for Oracle Database Enterprise Edition in Azure.
author: EdPrice-MSFT
ms.author: pnp
ms.date: 12/16/2019
ms.author: edprice
ms.date: 06/13/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: solution-idea
Expand All @@ -21,7 +21,7 @@ metadata:
- Oracle on Azure
- Oracle DB architecture
- interactive-diagram
- "https://azure.microsoft.com/solutions/architecture/reference-architecture-for-oracle-database-on-azure/"
- "https://azure.microsoft.com/solutions/architecture/reference-architecture-for-oracle-database-on-azure"
social_image_url: /azure/architecture/solution-ideas/articles/media/reference-architecture-for-oracle-database-on-azure.png
name: Run Oracle databases on Azure
azureCategories:
Expand Down
@@ -1,9 +1,11 @@


[!INCLUDE [header_file](../../../includes/sol-idea-header.md)]

Predict and prevent future incidents by combining IoT and intelligence to optimize treatments, using Azure to remotely monitor patients and analyze the massive amounts of data generated by medical devices.

## Potential use cases

This solution is ideal for the medical and healthcare industry.

## Architecture

![Architecture diagram](../media/remote-patient-monitoring.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/solution-ideas/articles/remote-patient-monitoring.yml
Expand Up @@ -5,7 +5,7 @@ metadata:
description: Provide a high level of preventative medical care with remote patient monitoring from Azure. Analyze large amounts of medical data in a secure environment.
author: EdPrice-MSFT
ms.author: edprice
ms.date: 04/13/2022
ms.date: 06/13/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: solution-idea
Expand All @@ -21,7 +21,7 @@ metadata:
- medical data analysis
- remote patient monitoring solutions
- interactive-diagram
- "https://azure.microsoft.com/solutions/architecture/remote-patient-monitoring/"
- "https://azure.microsoft.com/solutions/architecture/remote-patient-monitoring"
- ai-machine-learning
social_image_url: /azure/architecture/solution-ideas/articles/media/remote-patient-monitoring.png
name: Remote patient monitoring
Expand Down
@@ -1,18 +1,22 @@
[!INCLUDE [header_file](../../../includes/sol-idea-header.md)]

This solution idea shows how to deploy an e-commerce web site on Azure. The e-commerce web site is hosted on Azure Web App and uses Azure Cosmos DB as data store for product information and session state. Azure Search provides search functionality over diverse product catalogs, traffic spikes, and rapidly changing inventory. This solution is ideal for the retail industry.
This solution idea shows how to deploy an e-commerce web site on Azure. The e-commerce web site is hosted on Azure Web App and uses Azure Cosmos DB as data store for product information and session state. Azure Search provides search functionality over diverse product catalogs, traffic spikes, and rapidly changing inventory.

## Potential use cases

This solution is ideal for the retail industry.

## Architecture

![Architecture Diagram](../media/retail-and-e-commerce-using-cosmos-db.png)
![Architecture diagram shows data into Azure App Services, through Azure Storage and Cosmos D B, to Azure Search.](../media/retail-and-e-commerce-using-cosmos-db.png)
*Download an [SVG](../media/retail-and-e-commerce-using-cosmos-db.svg) of this architecture.*

### Dataflow

1. The web application is hosted in an Azure Web App.
2. The data (products and session state) gets stored in Azure Cosmos DB.
3. Static content and product images are stored in an Azure Storage account.
4. Azure Cognitive Search is used to search across all the products.
1. The web application is hosted in an Azure Web App.
1. The data (products and session state) gets stored in Azure Cosmos DB.
1. Static content and product images are stored in an Azure Storage account.
1. Azure Cognitive Search is used to search across all the products.

### Components

Expand All @@ -23,6 +27,14 @@ This architecture includes the following components:
* [Azure Storage](https://azure.microsoft.com/services/storage): Static product images and other static contents are stored in an Azure Storage account.
* [Azure Cognitive Search](https://azure.microsoft.com/services/search) provides a search capability over all the products.

## Contributors

*This article is maintained by Microsoft. It was originally written by the following contributors.*

Principal author:

* [Prabhjot Kaur](https://www.linkedin.com/in/kaur-profile) | Senior Cloud Solution Architect

## Next steps

Explore the related services:
Expand Down
Expand Up @@ -5,7 +5,7 @@ metadata:
description: Use Azure Cosmos DB for retail and e-commerce apps to support in-depth queries over diverse product catalogs, traffic spikes, and rapidly changing inventory.
author: prabhkaur1977
ms.author: prkau
ms.date: 05/30/2022
ms.date: 06/13/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: solution-idea
Expand All @@ -17,7 +17,7 @@ metadata:
- web-apps
- Cosmos DB
- ecommerce
- "https://azure.microsoft.com/solutions/architecture/retail-and-e-commerce-using-cosmos-db/"
- "https://azure.microsoft.com/solutions/architecture/retail-and-e-commerce-using-cosmos-db"
social_image_url: /azure/architecture/solution-ideas/articles/media/retail-and-e-commerce-using-cosmos-db.png
name: Retail and e-commerce using Cosmos DB
azureCategories:
Expand Down
@@ -1,12 +1,23 @@
[!INCLUDE [header_file](../../../includes/sol-idea-header.md)]

Build secure and scalable e-commerce solutions that meet the demands of both customers and business. Engage customers through customized products and offers, process transactions quickly and securely, and focus on fulfillment and customer service. This solution is ideal for the retail industry.
Build secure and scalable e-commerce solutions that meet the demands of both customers and business. Engage customers through customized products and offers, process transactions quickly and securely, and focus on fulfillment and customer service.

## Potential use cases

This solution is ideal for the retail industry.

## Architecture

![Architecture Diagram](../media/retail-and-ecommerce-using-azure-database-for-mysql.png)
![Architecture diagram shows data into Azure App Services, to Azure Storage and databases, through Azure Search and into Azure H D Insight.](../media/retail-and-ecommerce-using-azure-database-for-mysql.png)
*Download an [SVG](../media/retail-and-ecommerce-using-azure-database-for-mysql.svg) of this architecture.*

### Dataflow

1. The web application is hosted in an Azure Web App.
1. The data (products and session state) gets stored in Azure MySQL DB.
1. Static content and product images are stored in an Azure Storage account.
1. Azure Cognitive Search is used to search across all the products.

### Components

Key technologies used to implement this architecture:
Expand Down
Expand Up @@ -5,7 +5,7 @@ metadata:
description: Build secure and scalable e-commerce solutions that meet customer and business demands by using Azure Database for MySQL.
author: EdPrice-MSFT
ms.author: edprice
ms.date: 05/30/2022
ms.date: 06/13/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: solution-idea
Expand All @@ -20,7 +20,7 @@ metadata:
- use cases
- azure
- solutions
- "https://azure.microsoft.com/solutions/architecture/retail-and-ecommerce-using-azure-database-for-mysql/"
- "https://azure.microsoft.com/solutions/architecture/retail-and-ecommerce-using-azure-database-for-mysql"
social_image_url: /azure/architecture/solution-ideas/articles/media/retail-and-ecommerce-using-azure-database-for-mysql.png
name: Retail and e-commerce using Azure MySQL
azureCategories:
Expand Down
@@ -1,10 +1,21 @@
[!INCLUDE [header_file](../../../includes/sol-idea-header.md)]

Build secure and scalable e-commerce solutions that meet the demands of both customers and business. Engage customers through customized products and offers, process transactions quickly and securely, and focus on fulfillment and customer service. This solution is ideal for the retail industry.
Build secure and scalable e-commerce solutions that meet the demands of both customers and business. Engage customers through customized products and offers, process transactions quickly and securely, and focus on fulfillment and customer service.

## Potential use cases

This solution is ideal for the retail industry.

## Architecture

![Architecture diagram](../media/retail-and-ecommerce-using-azure-database-for-postgresql.svg)
![Architecture diagram shows data into Azure App Services, to Azure Storage and databases, through Azure Search and into Azure H D Insight.](../media/retail-and-ecommerce-using-azure-database-for-postgresql.svg)

### Dataflow

1. The web application is hosted in an Azure Web App.
1. The data (products and session state) gets stored in Azure PostgreSQL DB.
1. Static content and product images are stored in an Azure Storage account.
1. Azure Cognitive Search is used to search across all the products.

### Components

Expand Down
Expand Up @@ -5,7 +5,7 @@ metadata:
description: Build secure and scalable e-commerce solutions that meet customer and business demands by using Azure Database for PostgreSQL.
author: EdPrice-MSFT
ms.author: edprice
ms.date: 05/30/2022
ms.date: 06/13/2022
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: solution-idea
Expand All @@ -20,7 +20,7 @@ metadata:
- use cases
- azure
- solutions
- "https://azure.microsoft.com/solutions/architecture/retail-and-ecommerce-using-azure-database-for-postgresql/"
- "https://azure.microsoft.com/solutions/architecture/retail-and-ecommerce-using-azure-database-for-postgresql"
social_image_url: /azure/architecture/solution-ideas/articles/media/retail-and-ecommerce-using-azure-database-for-postgresql.svg
name: Retail and e-commerce using Azure PostgreSQL
azureCategories:
Expand Down

0 comments on commit d679faa

Please sign in to comment.