Skip to content

Commit 81d4ee0

Browse files
committed
Minor Acrolinx fix, just because.
1 parent 581a993 commit 81d4ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/digital-twins/how-to-use-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ms.date: 03/10/2025
1717
This article contains information about the following steps:
1818

1919
1. Set up a Visual Studio project and `.http` file, with variables that represent your Azure Digital Twins instance.
20-
1. Use the Azure CLI to [get a bearer token](#add-bearer-token) that you can use to make API requests in Visual Studio.
21-
1. Use the [Azure Digital Twins REST API documentation](/rest/api/azure-digitaltwins/) as a resource to craft requests in the `.http` file, and send them to the Azure Digital Twins APIs.
20+
1. To make API requests in Visual Studio, use the Azure CLI to [get a bearer token](#add-bearer-token).
21+
1. To craft requests in the `.http` file and send them to the Azure Digital Twins APIs, use the [Azure Digital Twins REST API documentation](/rest/api/azure-digitaltwins/) as a resource.
2222

2323
Azure Digital Twins has two sets of APIs that you can work with: *data plane* and *control plane*. For more information about the difference between these API sets, see [Azure Digital Twins APIs and SDKs](concepts-apis-sdks.md). This article contains instructions for both API sets.
2424

0 commit comments

Comments
 (0)