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/mysql/connect-java.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ There are numerous other examples and sample code at the [MySQL Connector exampl
30
30
Get the connection information needed to connect to the Azure Database for MySQL. You need the fully qualified server name and login credentials.
31
31
32
32
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.
35
35
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.
36
36

Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-connect-query-java.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Get the connection information you need to connect to the Azure SQL database. Yo
48
48
49
49
1. Sign in to the [Azure portal](https://portal.azure.com/).
50
50
51
-
2.Navigate to the **SQL databases** or **SQL managed instances** page.
51
+
2.Select **SQL databases** or open the**SQL managed instances** page.
52
52
53
53
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.
Copy file name to clipboardExpand all lines: includes/iot-hub-include-create-hub.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,27 +16,27 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
16
16
17
17
2. Choose +**Create a resource**, then *Search the Marketplace* for the **IoT Hub**.
18
18
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.
20
20
21
21

22
22
23
23
Fill in the fields.
24
24
25
25
**Subscription**: Select the subscription to use for your IoT hub.
26
26
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).
28
28
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.
30
30
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.
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.
36
36
37
37

38
38
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.
40
40
41
41
**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.
42
42
@@ -46,8 +46,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
46
46
47
47
**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.
48
48
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.
50
50
51
51

52
52
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.
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