Skip to content

Commit cad61c9

Browse files
committed
typo corrected and added code type
1 parent cefe185 commit cad61c9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/digital-twins/how-to-egress-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ POST https://endpoints-demo.azuresmartspaces.net/management/api/v1.0/endpoints
207207
"TopologyOperation"
208208
],
209209
"connectionString": "Endpoint=sb://YOUR_NAMESPACE.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=YOUR_PRIMARY_KEY",
210-
"secondaryConnectionString": "Endpoint=sb://yourNamespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=YOUR_SECONDARY_KEY",
210+
"secondaryConnectionString": "Endpoint=sb://YOUR_NAMESPACE.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=YOUR_SECONDARY_KEY",
211211
"path": "YOUR_TOPIC_NAME"
212212
}
213213
```

articles/digital-twins/quickstart-view-occupancy-dotnet.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,12 @@ The sensor sample simulates random data values for two sensors. They're motion a
118118

119119
![Get available spaces with fresh air][3]
120120

121-
To understand what happened in this quickstart and what APIs were called, open [Visual Studio Code](https://code.visualstudio.com/Download) with the code workspace project found in digital-twins-samples-csharp. Use the following command.
121+
To understand what happened in this quickstart and what APIs were called, open [Visual Studio Code](https://code.visualstudio.com/Download) with the code workspace project found in digital-twins-samples-csharp. Use the following command:
122122

123-
```
123+
```plaintext
124124
<path>\occupancy-quickstart\src>code ..\..\digital-twins-samples.code-workspace
125125
```
126+
126127
The tutorials go deep into the code. They teach you how to modify configuration data and what APIs are called. For more information on Management APIs, go to your Digital Twins Swagger page:
127128

128129
```plaintext

0 commit comments

Comments
 (0)