Skip to content

Commit 335cd3e

Browse files
authored
Merge pull request #180096 from baanders/11-16-zip
ADT: Add ZIP download instructions
2 parents 3b13df6 + d5aeec7 commit 335cd3e

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

articles/digital-twins/how-to-integrate-logic-apps.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ You'll be taken to the deployment page for the connector. When it's finished dep
7474

7575
Next, you'll configure the connector you've created to reach Azure Digital Twins.
7676

77-
First, download a custom Azure Digital Twins Swagger that has been modified to work with Logic Apps. Download the [Azure Digital Twins custom Swaggers (Logic Apps connector) sample](/samples/azure-samples/digital-twins-custom-swaggers/azure-digital-twins-custom-swaggers/) by selecting the **Download ZIP** button. Navigate to the downloaded *Azure_Digital_Twins_custom_Swaggers__Logic_Apps_connector_.zip* folder and unzip it.
77+
First, download a custom Azure Digital Twins Swagger that has been modified to work with Logic Apps. Navigate to the sample at [Azure Digital Twins custom Swaggers (Logic Apps connector) sample](/samples/azure-samples/digital-twins-custom-swaggers/azure-digital-twins-custom-swaggers/) and select the **Browse code** button underneath the title to go to the GitHub repo for the sample. Get the sample on your machine by by selecting the selecting the **Code** button followed by **Download ZIP**.
78+
79+
:::image type="content" source="media/how-to-integrate-logic-apps/download-repo-zip.png" alt-text="Screenshot of the digital-twins-custom-swaggers repo on GitHub, highlighting the steps to download it as a zip." lightbox="media/how-to-integrate-logic-apps/download-repo-zip.png":::
80+
81+
Navigate to the downloaded folder and unzip it.
7882

7983
The custom Swagger for this tutorial is located in the *digital-twins-custom-swaggers-main\LogicApps* folder. This folder contains subfolders called *stable* and *preview*, both of which hold different versions of the Swagger organized by date. The folder with the most recent date will contain the latest copy of the Swagger definition file. Whichever version you select, the Swagger file is named _digitaltwins.json_.
8084

articles/digital-twins/how-to-parse-models.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ You can use the parser library directly in your C# code, or use the language-agn
2626

2727
## Use the DTDL validator sample
2828

29-
The [DTDL Validator](/samples/azure-samples/dtdl-validator/dtdl-validator) is a sample project that can validate model documents to make sure the DTDL is valid. It's built on the .NET parser library and is language-agnostic. You can get it with the *Download ZIP* button at the sample link.
29+
The [DTDL Validator](/samples/azure-samples/dtdl-validator/dtdl-validator) is a sample project that can validate model documents to make sure the DTDL is valid. It's built on the .NET parser library and is language-agnostic.
30+
31+
You can view the code in GitHub by selecting the **Browse code** button at the sample link, and you can download the project from GitHub by selecting the **Code** button followed by **Download ZIP**.
32+
33+
:::image type="content" source="media/how-to-parse-models/download-repo-zip.png" alt-text="Screenshot of the DTDL-Validator repo on GitHub, highlighting the steps to download it as a zip." lightbox="media/how-to-parse-models/download-repo-zip.png":::
3034

3135
The source code shows examples for how to use the parser library. You can use the validator sample as a command line utility to validate a directory tree of DTDL files. It also provides an interactive mode.
3236

33-
In the folder for the DTDL Validator sample, see the *readme.md* file for instructions on how to package the sample into a self-contained executable.
37+
In the folder for the DTDL Validator sample, see the **readme.md** file for instructions on how to package the sample into a self-contained executable.
3438

3539
After you have built a self-contained package and added the executable to your path, you can run the validator with this command in a console on your machine:
3640

148 KB
Loading
120 KB
Loading

includes/digital-twins-tutorial-sample-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To complete this tutorial, install [Visual Studio 2019](https://visualstudio.mic
2020
>[!NOTE]
2121
> Ensure your installation of Visual Studio 2019 includes the [Azure Development Workload](/dotnet/azure/configure-visual-studio). This workload enables an application to publish Azure functions and perform other Azure development tasks.
2222
23-
The tutorial is driven by an [Azure Digital Twins end-to-end sample project written in C#](/samples/azure-samples/digital-twins-samples/digital-twins-samples). **Get the sample project** on your machine by navigating to the sample link, and selecting the *Browse code* button underneath the title. This will take you to the GitHub repo for the samples, which you can download as a .zip by selecting the *Code* button and *Download ZIP*.
23+
The tutorial is driven by an [Azure Digital Twins end-to-end sample project written in C#](/samples/azure-samples/digital-twins-samples/digital-twins-samples). **Get the sample project** on your machine by navigating to the sample link, and selecting the **Browse code** button underneath the title. This will take you to the GitHub repo for the samples, which you can download as a .zip by selecting the **Code** button followed by **Download ZIP**.
2424

2525
:::image type="content" source="../articles/digital-twins/media/includes/download-repo-zip.png" alt-text="Screenshot of the digital-twins-samples repo on GitHub, highlighting the steps to download it as a zip." lightbox="../articles/digital-twins/media/includes/download-repo-zip.png":::
2626

0 commit comments

Comments
 (0)