Skip to content

Commit b3a099e

Browse files
committed
Adding comment for credential type
Signed-off-by: Ryan Lettieri <[email protected]>
1 parent d82c1b7 commit b3a099e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dts/dts_activity_sequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def sequence(ctx: task.OrchestrationContext, _):
4949
print("If you are using bash, run the following: export ENDPOINT=\"<schedulerEndpoint>\"")
5050
exit()
5151

52+
# Note that any azure-identity credential type and configuration can be used here as DTS supports various credential
53+
# types such as Managed Identities
5254
credential = DefaultAzureCredential()
5355

5456
# configure and start the worker

0 commit comments

Comments
 (0)