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: articles/service-bus-messaging/service-bus-tutorial-topics-subscriptions-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ If you choose to install and use the CLI locally, this tutorial requires that yo
48
48
49
49
Each [subscription to a topic](service-bus-messaging-overview.md#topics) can receive a copy of each message. Topics are fully protocol and semantically compatible with Service Bus queues. Service Bus topics support a wide array of selection rules with filter conditions, with optional actions that set or modify message properties. Each time a rule matches, it produces a message. To learn more about rules, filters, and actions, follow this [link](topic-filters.md).
50
50
51
-
## Log in to Azure
51
+
## Sign in to Azure
52
52
53
-
Once CLI is installed, open a command prompt and issue the following commands to log in to Azure. These steps are not necessary if you're using Cloud Shell:
53
+
Once CLI is installed, open a command prompt and issue the following commands to sign in to Azure. These steps are not necessary if you're using Cloud Shell:
54
54
55
-
1. If you are using Azure CLI locally, run the following command to log in to Azure. This login step is not necessary if you're running these commands in Cloud Shell:
55
+
1. If you are using Azure CLI locally, run the following command to sign in to Azure. This sign on step is not necessary if you're running these commands in Cloud Shell:
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-tutorial-topics-subscriptions-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ To complete this tutorial, make sure you have installed:
43
43
44
44
Each [subscription to a topic](service-bus-messaging-overview.md#topics) can receive a copy of each message. Topics are fully protocol and semantically compatible with Service Bus queues. Service Bus topics support a wide array of selection rules with filter conditions, with optional actions that set or modify message properties. Each time a rule matches, it produces a message. To learn more about rules, filters, and actions, follow this [link](topic-filters.md).
45
45
46
-
## Log on to the Azure portal
46
+
## Sign in to the Azure portal
47
47
48
-
First, go to the [Azure portal][Azure portal] and log on using your Azure subscription. The first step is to create a Service Bus namespace of type **Messaging**.
48
+
First, go to the [Azure portal][Azure portal] and sign in using your Azure subscription. The first step is to create a Service Bus namespace of type **Messaging**.
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/service-bus-tutorial-topics-subscriptions-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
30
30
31
31
An example of this scenario is an inventory assortment update for multiple retail stores. In this scenario, each store, or set of stores, gets messages intended for them to update their assortments. This tutorial shows how to implement this scenario using subscriptions and filters. First, you create a topic with 3 subscriptions, add some rules and filters, and then send and receive messages from the topic and subscriptions.
Issue the following commands to log on to Azure. These steps are not necessary if you're running PowerShell commands in Cloud Shell:
50
+
Issue the following commands to sign in to Azure. These steps are not necessary if you're running PowerShell commands in Cloud Shell:
51
51
52
52
1. Install the Service Bus PowerShell module:
53
53
54
54
```azurepowershell-interactive
55
55
Install-Module AzureRM.ServiceBus
56
56
```
57
57
58
-
2. Run the following command to log in to Azure:
58
+
2. Run the following command to sign in to Azure:
59
59
60
60
```azurepowershell-interactive
61
61
Login-AzureRmAccount
@@ -70,7 +70,7 @@ Issue the following commands to log on to Azure. These steps are not necessary i
70
70
71
71
## Provision resources
72
72
73
-
After logging in to Azure, issue the following commands to provision Service Bus resources. Be sure to replace all placeholders with the appropriate values:
73
+
After signing in to Azure, issue the following commands to provision Service Bus resources. Be sure to replace all placeholders with the appropriate values:
0 commit comments