You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/tools/add-identity-mgmt-lib.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/
86
86
- Follow the instructions in the section on Authenticating client side browser applications in [Azure Identity examples](https://aka.ms/azsdk/js/identity/examples) to register your application in the Microsoft identity platform and set the right permissions.
87
87
- Copy the client ID and tenant ID from the Overview section of your app registration in Azure portal and use it in the browser sample below.
88
88
- If you are writing a server side application,
89
-
- [Select a credential from \`@azure/identity\` based on the authentication method of your choice](https://aka.ms/azsdk/js/identity/examples)
90
-
- Complete the set up steps required by the credential if any.
91
-
- Use the credential you picked in the place of \`DefaultAzureCredential\` in the Node.js sample below.
89
+
- [Select a credential from \`@azure/identity\` based on the authentication method of your choice](https://aka.ms/azsdk/js/identity/examples)
90
+
- Complete the set up steps required by the credential if any.
91
+
- Use the credential you picked in the place of \`DefaultAzureCredential\` in the Node.js sample below.
92
92
93
93
In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
94
94
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.
0 commit comments