Skip to content

Commit

Permalink
Add comments for ADF dag client-id (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Oct 31, 2023
1 parent 46d923b commit 3ac9296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EXECUTION_TIMEOUT = int(os.getenv("EXECUTION_TIMEOUT", 6))


CLIENT_ID = os.getenv("CLIENT_ID", "")
CLIENT_ID = os.getenv("CLIENT_ID", "") # Here, client-id is Azure app-id and not key/cert id
CLIENT_SECRET = os.getenv("CLIENT_SECRET", "")
TENANT_ID = os.getenv("TENANT_ID", "")
SUBSCRIPTION_ID = os.getenv("SUBSCRIPTION_ID", "")
Expand Down

0 comments on commit 3ac9296

Please sign in to comment.