diff --git a/docs/azure_jumpstart_ag/_index.md b/docs/azure_jumpstart_ag/_index.md index 1d05f81a5f..6b3513d6e5 100644 --- a/docs/azure_jumpstart_ag/_index.md +++ b/docs/azure_jumpstart_ag/_index.md @@ -26,10 +26,10 @@ Our mission is to create a rich marketplace of applications that can leverage Hy Each Agora scenario is a full-stack deployment, from the infrastructure layer all the way to the line of business applications. To get started with Jumpstart Agora, each scenario has a dedicated set of guides that will walk you through the deployment process. The guides are designed to be as simple as possible but also keep the detailed-oriented spirit of the Jumpstart. -| __Scenario__ | __Industry__ | __Version__ | -|----------------------------------------------------------------------------|--------------|-------------| -| [Contoso Supermarket](../azure_jumpstart_ag/contoso_supermarket/_index.md) | Retail |1.0 | -| Future Jumpstart Agora scenarios | | | +| __Scenario__ | __Industry__ | __Version__ | +|----------------------------------------------------------------------------|--------------|-----------------------| +| [Contoso Supermarket](../azure_jumpstart_ag/contoso_supermarket/_index.md) | Retail | 0.1 (Private Preview) | +| Future Jumpstart Agora scenarios | | | ### Jumpstart Agora use cases diff --git a/docs/azure_jumpstart_ag/contoso_supermarket/_index.md b/docs/azure_jumpstart_ag/contoso_supermarket/_index.md index c3bc340be1..972e708e3e 100644 --- a/docs/azure_jumpstart_ag/contoso_supermarket/_index.md +++ b/docs/azure_jumpstart_ag/contoso_supermarket/_index.md @@ -22,10 +22,10 @@ Contoso Supermarket's commitment to digital transformation, along with their clo To support their digital transformation aspirations, Contoso Supermarket stores has a robust technology stack, services, and processes. To demonstrate the various use cases mentioned below, a set of reference applications is included: -- Point of Sale (PoS) - Streamlining sales transactions and customer interactions through a user-friendly and efficient point-of-sale system, simplifying the purchasing process and enhancing overall customer satisfaction. -- Managers Control Center - Enabling managers to monitor and manage store operations in real-time, ensuring optimal performance and customer satisfaction. -- Checkout Queue Monitoring - Enhancing customer experience by monitoring and managing checkout queues in real-time to minimize waiting times and improve operational efficiency. -- Freezer Monitoring for Food Safety - Ensuring food safety by monitoring and maintaining optimal conditions in freezers to prevent spoilage and maintain product quality. +- __Point of Sale (PoS)__ - Streamlining sales transactions and customer interactions through a user-friendly and efficient point-of-sale system, simplifying the purchasing process and enhancing overall customer satisfaction. +- __Managers Control Center__ - Enabling managers to monitor and manage store operations in real-time, ensuring optimal performance and customer satisfaction. +- __Checkout Queue Monitoring__ - Enhancing customer experience by monitoring and managing checkout queues in real-time to minimize waiting times and improve operational efficiency. +- __Freezer Monitoring for Food Safety__ - Ensuring food safety by monitoring and maintaining optimal conditions in freezers to prevent spoilage and maintain product quality. ![Applications and technology stack architecture diagram](./img/technology_stack.png) @@ -38,8 +38,7 @@ To get started with the "Contoso Supermarket" Jumpstart Agora scenario, we provi | [Contoso Supermarket deployment guide](./deployment/_index.md) | Not applicable | Not applicable | | [Data pipeline and reporting across cloud and edge - Store orders](./data_pos/_index.md) | Point of Sale (PoS) | Cosmos DB, Azure Data Explorer, OSS PostgreSQL, AKS Edge Essentials | | [Data pipeline and reporting across cloud and edge - Sensor telemetry](./freezer_monitor/_index.md) | Freezer Monitoring for Food Safety | IoT Hub, Azure Data Explorer, Mosquitto MQTT Broker, Prometheus, Grafana, AKS Edge Essentials | -| Platform Engineering application config rollout with basic GitOps flow | Point of Sale (PoS) | AKS, AKS Edge Essentials, Azure Arc, Flux, Azure Container Registry | -| [Enabling AI at the Edge](./ai/_index.md) | Managers Control Center | AKS Edge Essentials, GitOps (Flux) OSS PostgreSQL, Intel OpenVino Inference Engine | +| [Enabling AI at the Edge & Software configurations rollout with basic GitOps flow](./ai/_index.md) | Managers Control Center | AKS Edge Essentials, GitOps (Flux) OSS PostgreSQL, Intel OpenVino Inference Engine | | [Streamlining the Software Delivery Process using CI/CD](./ci_cd/_index.md) | Point of Sale (PoS) | AKS, AKS Edge Essentials, Azure Arc, Flux, GitHub Actions, Azure Container Registry | | [Infrastructure observability for Kubernetes and Arc-enabled Kubernetes](./k8s_infra_observability/_index.md) | Infrastructure | AKS, AKS Edge Essentials, Prometheus, Grafana | | [Infrastructure observability for Azure Arc-enabled servers using Azure Monitor](./arc_monitoring_servers/_index.md) | Infrastructure | Azure Arc-enabled servers, Azure Monitor | diff --git a/docs/azure_jumpstart_ag/contoso_supermarket/ai/_index.md b/docs/azure_jumpstart_ag/contoso_supermarket/ai/_index.md index 3773ff81db..37c134fb0c 100644 --- a/docs/azure_jumpstart_ag/contoso_supermarket/ai/_index.md +++ b/docs/azure_jumpstart_ag/contoso_supermarket/ai/_index.md @@ -26,7 +26,7 @@ One of the main benefits of GitOps is its ability to provide a consistent and au Contoso aims to maximize the usage of their existing Closed-circuit television (CCTV) cameras installed across their stores. After careful evaluation, Contoso has opted to utilize Intel's OpenVino Technology for their solution. By leveraging OpenVino, Contoso can perform inference on the CPU of their edge devices, eliminating the need for expensive discrete GPUs. Intel also provides a set of pre-trained models that align with Contoso's requirements. -In this specific use case, Contoso has chosen the [person-detection-retail-0013 pre-trained model](https://docs.openvino.ai/2022.3/omz_models_model_person_detection_retail_0013.html). This model boasts an impressive Average Precision of 88.62% and accepts high-definition videos (1024x768) as input. +In this specific use case, Contoso has chosen the [_"person-detection-retail-0013 pre-trained model"_](https://docs.openvino.ai/2022.3/omz_models_model_person_detection_retail_0013.html). This model boasts an impressive Average Precision of 88.62% and accepts high-definition videos (1024x768) as input. The developed application showcases the live video feed with bounding boxes encompassing identified individuals. Additionally, a heatmap is superimposed on the video to provide a visual representation of people density in different areas of the frame. @@ -138,15 +138,15 @@ Contoso's DevOps team has received a request from the _Chicago_ store managers t ![Screenshot showing the trust repository prompt in VSCode](./img/vscode_dev_container_trust_repository.png) -- Switch to the _canary_ branch to enable the "Live View" feature on the _Chicago_ Kubernetes cluster +- Switch to the _canary_ branch to enable the "Live View" feature on the _Chicago_ Kubernetes cluster. ![Screenshot showing switching to the canary branch](./img/vscode_canary_branch.png) -- Navigate to the file _contoso_supermarket/operations/contoso_supermarket/releases/queue-monitoring-frontend/canary/chicago.yaml_. You can see that "Live View" is disabled +- Navigate to the file _contoso_supermarket/operations/contoso_supermarket/releases/queue-monitoring-frontend/canary/chicago.yaml_. You can see that "Live View" is disabled. ![Screenshot showing the navbar.html file](./img/vscode_canary_live_view_disabled.png) -- Change the value to _True_ to enable the "Live View" feature +- Change the value to _True_ to enable the "Live View" feature. ![Screenshot showing the navbar.html file](./img/vscode_canary_live_view_enabled.png) @@ -172,19 +172,19 @@ Contoso's DevOps team has received a request from the _Chicago_ store managers t Contoso's DevOps team has also received a request from the _Seattle_ store managers that they would like to add a "Holiday Banner" feature on the customer view of the PoS application that was created by the development team. -- Navigate to the customer view in the PoS application, you can see that there is no "Holidays Banner" feature in the navigation bar +- Navigate to the customer view in the PoS application, you can see that there is no "Holidays Banner" feature in the navigation bar. - ![Screenshot showing customer view with no holidat banner](./img/edge_seattle_pos_no_banner.png) + ![Screenshot showing customer view with no holiday banner](./img/edge_seattle_pos_no_banner.png) -- Switch to the _production_ branch to enable the "Holiday Banner" feature on the _Seattle_ Kubernetes cluster +- Switch to the _production_ branch to enable the "Holiday Banner" feature on the _Seattle_ Kubernetes cluster. ![Screenshot showing switching to the production branch](./img/vscode_production_branch.png) -- Navigate to the file _contoso_supermarket/operations/contoso_supermarket/releases/contosopos/production/seattle.yaml_. You can see that the "Holiday Banner" feature is disabled +- Navigate to the _contoso_supermarket/operations/contoso_supermarket/releases/contosopos/production/seattle.yaml file. You can see that the "Holiday Banner" feature is disabled. ![Screenshot showing the navbar.html file](./img/vscode_production_holiday_banner_disabled.png) -- Change the value to _True_ to enable the "Holiday Banner" feature +- Change the value to _True_ to enable the "Holiday Banner" feature. ![Screenshot showing the navbar.html file](./img/vscode_production_holiday_banner_enabled.png)