Skip to content

Commit f2df7a4

Browse files
author
craigcaseyMSFT
committed
Update UI interaction terms
1 parent a6a0ec4 commit f2df7a4

5 files changed

+17
-17
lines changed

articles/mysql/connect-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ There are numerous other examples and sample code at the [MySQL Connector exampl
3030
Get the connection information needed to connect to the Azure Database for MySQL. You need the fully qualified server name and login credentials.
3131

3232
1. Log in to the [Azure portal](https://portal.azure.com/).
33-
2. From the left-hand menu in Azure portal, click **All resources**, and then search for the server you have created (such as **mydemoserver**).
34-
3. Click the server name.
33+
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you have created (such as **mydemoserver**).
34+
3. Select the server name.
3535
4. From the server's **Overview** panel, make a note of the **Server name** and **Server admin login name**. If you forget your password, you can also reset the password from this panel.
3636
![Azure Database for MySQL server name](./media/connect-java/1_server-overview-name-login.png)
3737

articles/sql-database/sql-database-connect-query-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Get the connection information you need to connect to the Azure SQL database. Yo
4848

4949
1. Sign in to the [Azure portal](https://portal.azure.com/).
5050

51-
2. Navigate to the **SQL databases** or **SQL managed instances** page.
51+
2. Select **SQL databases** or open the **SQL managed instances** page.
5252

5353
3. On the **Overview** page, review the fully qualified server name next to **Server name** for a single database or the fully qualified server name next to **Host** for a managed instance. To copy the server name or host name, hover over it and select the **Copy** icon.
5454

includes/cloud-shell-try-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To launch Azure Cloud Shell:
2020

2121
To run the code in this article in Azure Cloud Shell:
2222

23-
1. Launch Cloud Shell.
23+
1. Open Cloud Shell.
2424
1. Select the **Copy** button on a code block to copy the code.
2525
1. Paste the code into the Cloud Shell session with **Ctrl**+**Shift**+**V** on Windows and Linux, or **Cmd**+**Shift**+**V** on macOS.
26-
1. Press **Enter** to run the code.
26+
1. Select **Enter** to run the code.
2727

includes/iot-hub-include-create-hub.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
1616

1717
2. Choose +**Create a resource**, then *Search the Marketplace* for the **IoT Hub**.
1818

19-
3. Select **IoT Hub** and click the **Create** button. You see the first screen for creating an IoT hub.
19+
3. Select **IoT Hub** and select **Create**. You see the first screen for creating an IoT hub.
2020

2121
![Create a hub in the Azure portal](./media/iot-hub-include-create-hub/iot-hub-create-screen-basics.png)
2222

2323
Fill in the fields.
2424

2525
**Subscription**: Select the subscription to use for your IoT hub.
2626

27-
**Resource Group**: You can create a new resource group or use an existing one. To create a new one, click **Create new** and fill in the name you want to use. To use an existing resource group, click **Use existing** and select the resource group from the dropdown list. For more information, see [Manage Azure Resource Manager resource groups](../articles/azure-resource-manager/manage-resource-groups-portal.md).
27+
**Resource Group**: You can create a new resource group or use an existing one. To create a new one, select **Create new** and fill in the name you want to use. To use an existing resource group, select **Use existing** and select the resource group from the drop-down list. For more information, see [Manage Azure Resource Manager resource groups](../articles/azure-resource-manager/manage-resource-groups-portal.md).
2828

29-
**Region**: This is the region in which you want your hub to be located. Select the location closest to you from the dropdown list.
29+
**Region**: This is the region in which you want your hub to be located. Select the location closest to you from the drop-down list.
3030

31-
**IoT Hub Name**: Put in the name for your IoT Hub. This name must be globally unique. If the name you enter is available, a green check mark appears.
31+
**IoT Hub Name**: Enter a name for your IoT Hub. This name must be globally unique. If the name you enter is available, a green check mark appears.
3232

3333
[!INCLUDE [iot-hub-pii-note-naming-hub](iot-hub-pii-note-naming-hub.md)]
3434

35-
4. Click **Next: Size and scale** to continue creating your IoT hub.
35+
4. Select **Next: Size and scale** to continue creating your IoT hub.
3636

3737
![Set the size and scale for a new IoT hub using the Azure portal](./media/iot-hub-include-create-hub/iot-hub-create-screen-size-scale.png)
3838

39-
On this screen, you can take the defaults and just click **Review + create** at the bottom.
39+
On this screen, you can leave the defaults and just select **Review + create** at the bottom.
4040

4141
**Pricing and scale tier**: You can choose from several tiers depending on how many features you want and how many messages you send through your solution per day. The free tier is intended for testing and evaluation. It allows 500 devices to be connected to the IoT hub and up to 8,000 messages per day. Each Azure subscription can create one IoT Hub in the free tier.
4242

@@ -46,8 +46,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
4646

4747
**Advanced / Device-to-cloud partitions**: This property relates the device-to-cloud messages to the number of simultaneous readers of the messages. Most IoT hubs only need four partitions.
4848

49-
5. Click **Review + create** to review your choices. You see something similar to this screen.
49+
5. Select **Review + create** to review your choices. You see something similar to this screen.
5050

5151
![Review information for creating the new IoT hub](./media/iot-hub-include-create-hub/iot-hub-create-review.png)
5252

53-
6. Click **Create** to create your new IoT hub. Creating the hub takes a few minutes.
53+
6. Select **Create** to create your new IoT hub. Creating the hub takes a few minutes.

includes/iot-hub-quickstarts-clean-up-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Otherwise, you can delete the Azure resources created in this article to avoid c
2121
2222
To delete a resource group by name:
2323

24-
1. Sign in to the [Azure portal](https://portal.azure.com) and click **Resource groups**.
24+
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Resource groups**.
2525

26-
2. In the **Filter by name...** textbox, type the name of the resource group containing your IoT Hub.
26+
2. In the **Filter by name** textbox, type the name of the resource group containing your IoT Hub.
2727

28-
3. To the right of your resource group in the result list, click **...** then **Delete resource group**.
28+
3. To the right of your resource group in the result list, select **...** then **Delete resource group**.
2929

3030
![Delete](./media/iot-hub-quickstarts-clean-up-resources/iot-hub-delete-resource-group.png)
3131

32-
4. You will be asked to confirm the deletion of the resource group. Type the name of your resource group again to confirm, and then click **Delete**. After a few moments, the resource group and all of its contained resources are deleted.
32+
4. You will be asked to confirm the deletion of the resource group. Type the name of your resource group again to confirm, and then select **Delete**. After a few moments, the resource group and all of its contained resources are deleted.

0 commit comments

Comments
 (0)