Skip to content

Commit

Permalink
[IngestionClient] Move to infra folder (#2505)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry van der Vegte <jvandervegte@microsoft.com>
  • Loading branch information
ross-p-smith and HenryvanderVegte committed Jul 18, 2024
1 parent e06d1bc commit 6daa550
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/ingestion/ingestion-client/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions samples/ingestion/ingestion-client/PowerBI/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Power BI Reports

<!--
<!--
Guidelines on README format: https://review.docs.microsoft.com/help/onboard/admin/samples/concepts/readme-template?branch=master
Guidance on onboarding samples to docs.microsoft.com/samples: https://review.docs.microsoft.com/help/onboard/admin/samples/process/onboarding?branch=master
Expand All @@ -27,7 +27,7 @@ These are template reports provided for two use cases that help realize value of
* An existing [Azure Account](https://azure.microsoft.com/free/)
* An existing [Speech Services Subscription](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
* An existing [Text Analytics Subscription](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics) (required for SentimentInsights.pbit only)
* Successfully deployed [Ingestion Client](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/ingestion/ingestion-client/Setup/guide.md)
* Successfully deployed [Ingestion Client](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/ingestion/ingestion-client/infra/guide.md)

## Getting started

Expand Down
4 changes: 2 additions & 2 deletions samples/ingestion/ingestion-client/PowerBI/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Setup Guide

The following guide describes how you can create Power BI reports from templates that help realize the value of the speech transcription output. For complete functionality, please ensure you have enabled Text Analytics and word-level timestamps during the [Ingestion Client](Setup/guide.md) set up.
The following guide describes how you can create Power BI reports from templates that help realize the value of the speech transcription output. For complete functionality, please ensure you have enabled Text Analytics and word-level timestamps during the [Ingestion Client](infra/guide.md) set up.

## Prerequisites

A working version of the [Ingestion Client](Setup/guide.md) as well as [Power BI Desktop](aka.ms/PowerBIDownload) installed for free on your machine.
A working version of the [Ingestion Client](infra/guide.md) as well as [Power BI Desktop](aka.ms/PowerBIDownload) installed for free on your machine.

Make sure you have also [read the descriptions](PowerBI#contents) of the use cases and downloaded a copy of the report you would like to use:

Expand Down
2 changes: 1 addition & 1 deletion samples/ingestion/ingestion-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Outline the file contents of the repository. It helps users navigate the codebas

## Getting started

Follow the instructions for setting up Ingestion Client [here](Setup/guide.md).
Follow the instructions for setting up Ingestion Client [here](infra/guide.md).

To set up Power BI for further insights of the transcription, follow the guide [here](PowerBI/README.md).

Expand Down
Original file line number Diff line number Diff line change
@@ -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 StartTranscriptionByServiceBus function locally, do the following:
Expand Down
Original file line number Diff line number Diff line change
@@ -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 StartTranscriptionByTimer function locally, do the following:
Expand Down

0 comments on commit 6daa550

Please sign in to comment.