Skip to content

Commit e93d0ec

Browse files
committed
Update repository cloning instructions in Durable text analysis and FFmpeg processing tutorials
1 parent 3cabbf2 commit e93d0ec

2 files changed

Lines changed: 30 additions & 8 deletions

File tree

articles/azure-functions/durable/tutorial-durable-text-analysis-azure-files.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,21 @@ In this tutorial, you:
3434

3535
## Clone the repository
3636

37-
```bash
38-
git clone https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples.git
39-
cd Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples/durable-text-analysis
40-
```
37+
The sample code for this tutorial is in the [Azure Functions Flex Consumption with Azure Files OS Mount Samples](https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples) GitHub repository. The `durable-text-analysis` folder contains the function app code and a Bicep template that provisions the required Azure resources.
38+
39+
1. Open a terminal and navigate to the directory where you want to clone the repository.
40+
41+
1. Clone the repository:
42+
43+
```bash
44+
git clone https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples.git
45+
```
46+
47+
1. Navigate to the project folder:
48+
49+
```bash
50+
cd Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples/durable-text-analysis
51+
```
4152

4253
## Create Azure resources
4354

articles/azure-functions/tutorial-ffmpeg-processing-azure-files.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,21 @@ In this tutorial, you:
3434

3535
## Clone the repository
3636

37-
```bash
38-
git clone https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples.git
39-
cd Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples/ffmpeg-image-processing
40-
```
37+
The sample code for this tutorial is in the [Azure Functions Flex Consumption with Azure Files OS Mount Samples](https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples) GitHub repository. The `ffmpeg-image-processing` folder contains the function app code and a Bicep template that provisions the required Azure resources.
38+
39+
1. Open a terminal and navigate to the directory where you want to clone the repository.
40+
41+
1. Clone the repository:
42+
43+
```bash
44+
git clone https://github.com/Azure-Samples/Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples.git
45+
```
46+
47+
1. Navigate to the project folder:
48+
49+
```bash
50+
cd Azure-Functions-Flex-Consumption-with-Azure-Files-OS-Mount-Samples/ffmpeg-image-processing
51+
```
4152

4253
## Create Azure resources
4354

0 commit comments

Comments
 (0)