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/automation/how-to/runbook-authoring-extension-for-vscode.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,21 +35,29 @@ following these steps:
35
35
To view all the resources within your Automation account, you must connect to your Azure account. Follow the steps to connect to Azure from Visual Studio Code:
36
36
37
37
1. You can sign in to Azure from the Azure Automation extension or the Command Palette.
38
-
- To sign in from the Azure Automation extension: select **Sign in to Azure**. </br> or </br>
38
+
- To sign in from the Azure Automation extension: select **Sign in to Azure**.
39
+
40
+
Or
41
+
39
42
- To sign in from the Command Palette: from the menu bar, go to **View > Command Palette** and enter **Azure:Sign-in**.
43
+
40
44
1. Follow the sign in instructions to sign in to Azure.
41
45
After you're connected, you will find the Azure account name on the status bar of Visual Studio Code.
42
46
43
47
## Select subscriptions
44
48
45
-
When you sign in for the first time, the extension loads only the default subscription resources and Automation accounts. To add or remove subscriptions, follow the steps:
49
+
When you sign in for the first time, the extension loads only the default subscription resources and Automation accounts. To add or remove subscriptions, follow these steps:
46
50
47
51
1. You can use the Command Palette or the window footer to start the subscription command.
48
-
- To sign in from Command Palette - from the menu bar, go to **View > Command Palette** and enter **Azure: Select**. </br> or </br>
49
-
- To sign in from window footer - In the window footer, select the segment that matches **Azure: <youraccount>**.
52
+
- To sign in from Command Palette - from the menu bar, go to **View > Command Palette** and enter **Azure: Select Subscriptions**.
53
+
54
+
Or
55
+
56
+
- To sign in from window footer - In the window footer, select the segment that matches **Azure: your account**.
57
+
50
58
1. Use the filter to find the subscriptions by name.
51
-
1. Check or uncheck from each subscription to set the subscriptions shows by extension.
52
-
1. Select **OK** after you have completed the adding or removing the subscriptions.
59
+
1. Check or uncheck each subscription to add or remove them from the list of subscriptions shown by Azure Automation extension.
60
+
1. Select **OK** after you have completed adding or removing the subscriptions.
0 commit comments