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
Create a [system assigned managed identity](../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md) on Azure, and use this to create a `TokenCredential`.
61
+
Create a [system assigned managed identity](../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md) on Azure, and use this identity to create a `TokenCredential`.
Create a [user assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) on Azure, and use this to create a `TokenCredential`.
84
+
Create a [user assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) on Azure, and use this identity to create a `TokenCredential`.
@@ -129,7 +129,7 @@ Destinations map to entities in Azure Service Bus - queues (in point to point sc
129
129
130
130
### Connections
131
131
132
-
A connection encapsulates a virtual connection with a JMS provider. With Azure Service Bus,this represents a stateful connection between the application and Azure Service Bus over AMQP.
132
+
A connection encapsulates a virtual connection with a JMS provider. With Azure Service Bus,this represents a stateful connection between the application and Azure Service Bus over AMQP.
133
133
134
134
A connection is created from the connection factory as shown below.
135
135
@@ -158,7 +158,7 @@ A session can be created with any of the below modes.
158
158
|**Session.DUPS_OK_ACKNOWLEDGE**|This acknowledgment mode instructs the session to lazily acknowledge the delivery of messages.|
159
159
|**Session.SESSION_TRANSACTED**|This value may be passed as the argument to the method createSession(int sessionMode) on the Connection object to specify that the session should use a local transaction.|
160
160
161
-
When the session mode is not specified, the **Session.AUTO_ACKNOWLEDGE** is picked by default.
161
+
When the session mode isn't specified, the **Session.AUTO_ACKNOWLEDGE** is picked by default.
162
162
163
163
### JMSContext
164
164
@@ -180,13 +180,13 @@ Just like the **Session** object, the JMSContext can be created with the same ac
0 commit comments