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: docs/preview/01-index.md
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,12 @@ slug: /
5
5
sidebar_label: Welcome
6
6
---
7
7
8
-
# Installation
8
+
# Introduction
9
+
Arcus Scripting provides an answer to many frequently-used, repeated tasks in Azure. Categorized in separate PowerShell modules, these functions help with backing up your API Management service, removing resource locks, disabling Logic Apps, injecting content in ARM templates, and many more!
9
10
10
-
The Arcus.Scripting modules can be found on the PowerShell gallery.
11
-
Install the latest version of a module by executing the following command:
11
+
Take a quick look at the sidebar categories to find more information on the resource or topic you're working with.
12
12
13
-
```powershell
14
-
PS> Install-Module -Name Arcus.Scripting.All
15
-
```
16
-
17
-
For more granular packages we recommend reading the documentation.
18
-
19
-
# Features
20
-
21
-
* Automate Azure API Management tasks ([powershell](./02-Features/powershell/azure-api-management.md))
22
-
* Automate Azure App Service tasks ([powershell](./02-Features/powershell/azure-app-service.md))
23
-
* Automate Azure Data Factory tasks ([powershell](./02-Features/powershell/azure-data-factory.md))
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
0 commit comments