From 6404842eb423f4a16ac4eeeebb84425e54566cbd Mon Sep 17 00:00:00 2001 From: samlamberson <103002943+samlamberson@users.noreply.github.com> Date: Tue, 31 May 2022 12:12:31 -0400 Subject: [PATCH 1/5] added use cases --- ...rchitecture-for-oracle-database-on-azure-content.md | 4 ++++ ...rence-architecture-for-oracle-database-on-azure.yml | 4 ++-- .../articles/remote-patient-monitoring-content.md | 4 ++++ .../articles/remote-patient-monitoring.yml | 4 ++-- .../retail-and-e-commerce-using-cosmos-db-content.md | 10 +++++++--- .../articles/retail-and-e-commerce-using-cosmos-db.yml | 4 ++-- ...ecommerce-using-azure-database-for-mysql-content.md | 4 ++++ ...il-and-ecommerce-using-azure-database-for-mysql.yml | 4 ++-- ...erce-using-azure-database-for-postgresql-content.md | 4 ++++ ...d-ecommerce-using-azure-database-for-postgresql.yml | 4 ++-- 10 files changed, 33 insertions(+), 13 deletions(-) diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md index 7d7d7ce843..5c0cd390df 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md @@ -2,6 +2,10 @@ 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. +## Potential use cases + + + ## Architecture ![Architecture diagram](../media/reference-architecture-for-oracle-database-on-azure.png) diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml index abb8b63ad0..1e8eb75bd7 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml @@ -5,7 +5,7 @@ metadata: 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.date: 06/01/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea @@ -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: diff --git a/docs/solution-ideas/articles/remote-patient-monitoring-content.md b/docs/solution-ideas/articles/remote-patient-monitoring-content.md index 57ea6e59e5..78c4e9e98e 100644 --- a/docs/solution-ideas/articles/remote-patient-monitoring-content.md +++ b/docs/solution-ideas/articles/remote-patient-monitoring-content.md @@ -4,6 +4,10 @@ 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 + + + ## Architecture ![Architecture diagram](../media/remote-patient-monitoring.png) diff --git a/docs/solution-ideas/articles/remote-patient-monitoring.yml b/docs/solution-ideas/articles/remote-patient-monitoring.yml index f1659819b6..5a936b93e6 100644 --- a/docs/solution-ideas/articles/remote-patient-monitoring.yml +++ b/docs/solution-ideas/articles/remote-patient-monitoring.yml @@ -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/01/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea @@ -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 diff --git a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md index a69b7b9cf4..968c3c3f9e 100644 --- a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md +++ b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md @@ -2,6 +2,10 @@ 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. +## Potential use cases + + + ## Architecture ![Architecture Diagram](../media/retail-and-e-commerce-using-cosmos-db.png) @@ -10,9 +14,9 @@ This solution idea shows how to deploy an e-commerce web site on Azure. The e-co ### 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 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 diff --git a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml index 2a6e722f3b..fc4a174d44 100644 --- a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml +++ b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml @@ -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/01/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea @@ -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: diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md index 91e9cab827..a636f0b296 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md @@ -2,6 +2,10 @@ 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. +## Potential use cases + + + ## Architecture ![Architecture Diagram](../media/retail-and-ecommerce-using-azure-database-for-mysql.png) diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml index 27f8c07445..503d0b1388 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml @@ -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/01/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea @@ -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: diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md index d4958ddb8b..8cea8b5b8f 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md @@ -2,6 +2,10 @@ 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. +## Potential use cases + + + ## Architecture ![Architecture diagram](../media/retail-and-ecommerce-using-azure-database-for-postgresql.svg) diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml index abb83c6863..93d8654828 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml @@ -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/01/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea @@ -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: From 4c9f6e0ea1aa9168f3e5324b5cab3323acf80752 Mon Sep 17 00:00:00 2001 From: samlamberson <103002943+samlamberson@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:52:10 -0400 Subject: [PATCH 2/5] acrolinx suggestions --- ...re-for-oracle-database-on-azure-content.md | 6 ++--- ...hitecture-for-oracle-database-on-azure.yml | 2 +- .../remote-patient-monitoring-content.md | 2 +- .../articles/remote-patient-monitoring.yml | 2 +- ...-and-e-commerce-using-cosmos-db-content.md | 22 +++++++++++++------ .../retail-and-e-commerce-using-cosmos-db.yml | 2 +- ...-using-azure-database-for-mysql-content.md | 13 ++++++++--- ...ommerce-using-azure-database-for-mysql.yml | 2 +- ...g-azure-database-for-postgresql-content.md | 13 ++++++++--- ...ce-using-azure-database-for-postgresql.yml | 2 +- 10 files changed, 44 insertions(+), 22 deletions(-) diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md index 5c0cd390df..5cdb652544 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md @@ -1,14 +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 architecture 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 diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml index 1e8eb75bd7..84c4bf4925 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml @@ -5,7 +5,7 @@ metadata: description: Use a canonical architecture to achieve high availability for Oracle Database Enterprise Edition in Azure. author: EdPrice-MSFT ms.author: pnp - ms.date: 06/01/2022 + ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea diff --git a/docs/solution-ideas/articles/remote-patient-monitoring-content.md b/docs/solution-ideas/articles/remote-patient-monitoring-content.md index 78c4e9e98e..55846b7604 100644 --- a/docs/solution-ideas/articles/remote-patient-monitoring-content.md +++ b/docs/solution-ideas/articles/remote-patient-monitoring-content.md @@ -6,7 +6,7 @@ Predict and prevent future incidents by combining IoT and intelligence to optimi ## Potential use cases - +This solution is ideal for the medical industry. ## Architecture diff --git a/docs/solution-ideas/articles/remote-patient-monitoring.yml b/docs/solution-ideas/articles/remote-patient-monitoring.yml index 5a936b93e6..a32163a452 100644 --- a/docs/solution-ideas/articles/remote-patient-monitoring.yml +++ b/docs/solution-ideas/articles/remote-patient-monitoring.yml @@ -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: 06/01/2022 + ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea diff --git a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md index 968c3c3f9e..06a353bfda 100644 --- a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md +++ b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db-content.md @@ -1,22 +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. -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. +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 @@ -27,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: diff --git a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml index fc4a174d44..f297ac6b92 100644 --- a/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml +++ b/docs/solution-ideas/articles/retail-and-e-commerce-using-cosmos-db.yml @@ -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: 06/01/2022 + ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md index a636f0b296..02a142115a 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql-content.md @@ -1,16 +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: diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml index 503d0b1388..11722c4aba 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-mysql.yml @@ -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: 06/01/2022 + ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md index 8cea8b5b8f..86780c6f8c 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql-content.md @@ -1,14 +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 diff --git a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml index 93d8654828..e453d9ed65 100644 --- a/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml +++ b/docs/solution-ideas/articles/retail-and-ecommerce-using-azure-database-for-postgresql.yml @@ -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: 06/01/2022 + ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center ms.subservice: solution-idea From 1f5f325bfa8429e7c05f09db4352ed2adbfb0c3e Mon Sep 17 00:00:00 2001 From: Ed Price - MSFT Date: Fri, 10 Jun 2022 18:06:22 -0700 Subject: [PATCH 3/5] Update reference-architecture-for-oracle-database-on-azure-content.md Grammar edit --- ...ference-architecture-for-oracle-database-on-azure-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md index 5cdb652544..9f6a955437 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure-content.md @@ -4,7 +4,7 @@ High availability for your front-end and middle tier can be obtained by using Az ## Potential use cases -This solution architecture illustrates a canonical architecture to achieve high availability for your Oracle Database Enterprise Edition in Azure. +This solution idea illustrates a canonical architecture to achieve high availability for your Oracle Database Enterprise Edition in Azure. ## Architecture From c5f6d66872fc14308d8efb917ad0fcec78cb76b1 Mon Sep 17 00:00:00 2001 From: Ed Price - MSFT Date: Fri, 10 Jun 2022 18:06:54 -0700 Subject: [PATCH 4/5] Update reference-architecture-for-oracle-database-on-azure.yml ms.author --- .../reference-architecture-for-oracle-database-on-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml index 84c4bf4925..ab6ae6d458 100644 --- a/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml +++ b/docs/solution-ideas/articles/reference-architecture-for-oracle-database-on-azure.yml @@ -4,7 +4,7 @@ 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.author: edprice ms.date: 06/13/2022 ms.topic: conceptual ms.service: architecture-center From d1b1abf101c533a554283a558b1f0aaa3f3d9094 Mon Sep 17 00:00:00 2001 From: Ed Price - MSFT Date: Fri, 10 Jun 2022 18:07:19 -0700 Subject: [PATCH 5/5] Update remote-patient-monitoring-content.md Industry --- .../articles/remote-patient-monitoring-content.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/solution-ideas/articles/remote-patient-monitoring-content.md b/docs/solution-ideas/articles/remote-patient-monitoring-content.md index 55846b7604..1cec90b3b7 100644 --- a/docs/solution-ideas/articles/remote-patient-monitoring-content.md +++ b/docs/solution-ideas/articles/remote-patient-monitoring-content.md @@ -1,12 +1,10 @@ - - [!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 industry. +This solution is ideal for the medical and healthcare industry. ## Architecture