From 6daa5509f4fd96d43e89692b93b783dc58d5bf5d Mon Sep 17 00:00:00 2001 From: Ross Smith Date: Thu, 18 Jul 2024 08:16:17 +0100 Subject: [PATCH] [IngestionClient] Move to infra folder (#2505) Co-authored-by: Henry van der Vegte --- .../ingestion-client/.pre-commit-config.yaml | 2 +- .../ingestion-client/FetchTranscription/README.md | 2 +- .../ingestion/ingestion-client/PowerBI/README.md | 4 ++-- samples/ingestion/ingestion-client/PowerBI/guide.md | 4 ++-- samples/ingestion/ingestion-client/README.md | 2 +- .../StartTranscriptionByServiceBus/README.md | 2 +- .../StartTranscriptionByTimer/README.md | 2 +- .../{scripts => infra}/generate_arm_templates.sh | 0 .../ingestion-client/{Setup => infra}/guide.md | 0 .../{Setup => infra}/images/architecture.png | Bin .../{Setup => infra}/images/image001.png | Bin .../{Setup => infra}/images/image003.png | Bin .../{Setup => infra}/images/image005.png | Bin .../{Setup => infra}/images/image007.png | Bin .../{Setup => infra}/images/image009.png | Bin .../{Setup => infra}/images/image011.png | Bin .../{Setup => infra}/images/image013.png | Bin .../{Setup => infra}/images/image015.png | Bin .../{Setup => infra}/images/image016.png | Bin .../{Setup => infra}/images/image017.png | Bin 20 files changed, 9 insertions(+), 9 deletions(-) rename samples/ingestion/ingestion-client/{scripts => infra}/generate_arm_templates.sh (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/guide.md (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/architecture.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image001.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image003.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image005.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image007.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image009.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image011.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image013.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image015.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image016.png (100%) rename samples/ingestion/ingestion-client/{Setup => infra}/images/image017.png (100%) diff --git a/samples/ingestion/ingestion-client/.pre-commit-config.yaml b/samples/ingestion/ingestion-client/.pre-commit-config.yaml index 6c87c0473..42a25c820 100644 --- a/samples/ingestion/ingestion-client/.pre-commit-config.yaml +++ b/samples/ingestion/ingestion-client/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - id: bicep name: bicep description: Lint and build Bicep files - entry: ./samples/ingestion/ingestion-client/scripts/generate_arm_templates.sh + entry: ./samples/ingestion/ingestion-client/infra/generate_arm_templates.sh language: script files: \.bicep$ require_serial: true diff --git a/samples/ingestion/ingestion-client/FetchTranscription/README.md b/samples/ingestion/ingestion-client/FetchTranscription/README.md index 83450f45b..43bb87bfb 100644 --- a/samples/ingestion/ingestion-client/FetchTranscription/README.md +++ b/samples/ingestion/ingestion-client/FetchTranscription/README.md @@ -1,7 +1,7 @@ # Local development instructions Pre-requisites: -1. Please follow the instructions on [the main guide](./../Setup/guide.md#ingestion-client-setup-instructions) to deploy the Ingestion Client and associated ecosystem to Azure. +1. Please follow the instructions on [the main guide](./../infra/guide.md#ingestion-client-setup-instructions) to deploy the Ingestion Client and associated ecosystem to Azure. 2. Reopen the project within a [devcontainer](https://containers.dev/overview). (The devcontainer settings at the root of the project have the tools needed to develop and run this function locally) To run the FetchTranscription function locally, do the following: diff --git a/samples/ingestion/ingestion-client/PowerBI/README.md b/samples/ingestion/ingestion-client/PowerBI/README.md index 1101003fb..d1265d5ac 100644 --- a/samples/ingestion/ingestion-client/PowerBI/README.md +++ b/samples/ingestion/ingestion-client/PowerBI/README.md @@ -1,6 +1,6 @@ # Power BI Reports -