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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,28 @@ following these steps:
30
30
1. Select **Azure Automation** from the search results, and then select **Install**.
31
31
1. Select **Reload** when necessary.
32
32
33
+
## Connect to Azure Account
34
+
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
+
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>
39
+
- To sign in from the Command Palette: from the menu bar, go to **View > Command Palette** and enter **Azure:Sign-in**.
40
+
1. Follow the sign in instructions to sign in to Azure.
41
+
After you're connected, you will find the Azure account name on the status bar of Visual Studio Code.
42
+
43
+
## Select subscriptions
44
+
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:
46
+
47
+
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>**.
50
+
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.
53
+
54
+
33
55
## Using the Azure Automation extension
34
56
35
57
The extension simplifies the process of creating and editing runbooks. You can now test them locally without logging into the Azure portal. The various actions that you can perform are listed below:
0 commit comments