@@ -6,81 +6,6 @@ Scripting with Microsoft Azure in a breeze.
66
77![ Arcus] ( https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png )
88
9- # Installation
10- Easy to install it via PowerShell gallery:
11-
12- ## Azure Web
13- - ** Azure API Management** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-api-management ) )
14- ``` powershell
15- PS> Install-Module -Name Arcus.Scripting.ApiManagement
16- ```
17- - ** Azure App Service** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-app-service ) )
18- ``` powershell
19- PS> Install-Module -Name Arcus.Scripting.AppService
20- ```
21-
22- ## Azure DevOps
23- - ** ARM** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/arm ) )
24- ``` powershell
25- PS> Install-Module -Name Arcus.Scripting.ARM
26- ```
27- - ** Azure DevOps** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-devops ) )
28- ``` powershell
29- PS> Install-Module -Name Arcus.Scripting.DevOps
30- ```
31- - ** Azure Management** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-management ) )
32- ``` powershell
33- PS> Install-Module -Name Arcus.Scripting.Management
34- ```
35-
36- ## Azure security
37- - ** Azure security** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-security ) )
38- ``` powerhsell
39- PS> Import-Module -Name Arcus.Scripting.Security
40- ```
41- - ** Azure Key Vault** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-key-vault ) )
42- ``` powershell
43- PS> Install-Module -Name Arcus.Scripting.KeyVault
44- ```
45-
46- ## Azure integration
47- - ** Azure Logic Apps** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-logic-apps ) )
48- ``` powershell
49- PS> Install-Module -Name Arcus.Scripting.LogicApps
50- ```
51- - ** Azure Integration Account** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-integration-account ) )
52- ``` powershell
53- PS> Install-Module -Name Arcus.Scripting.IntegrationAccount
54- ```
55- - ** Azure Data Factory** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-data-factory ) )
56- ``` powershell
57- PS> Install-Module -Name Arcus.Scripting.DataFactory
58- ```
59-
60- ## Azure storage
61- - ** Azure storage** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-all ) )
62- ``` powershell
63- PS> Install-Module -Name Arcus.Scripting.Storage.All
64- ```
65- - ** Azure Blob storage** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-blob ) )
66- ``` powershell
67- PS> Install-Module -Name Arcus.Scripting.Storage.Blob
68- ```
69- - ** Azure FileShare storage** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-fileshare ) )
70- ``` powershell
71- PS> Install-Module -Name Arcus.Scripting.Storage.FileShare
72- ```
73- - ** Azure Table storage** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-table ) )
74- ``` powershell
75- PS> Install-Module -Name Arcus.Scripting.Storage.Table
76- ```
77- - ** Azure SQL** ([ docs] ( https://scripting.arcus-azure.net/Features/powershell/azure-sql ) )
78- ``` powershell
79- PS> Install-Module -Name Arcus.Scripting.SQL
80- ```
81-
82- For a more thorough overview, we recommend reading our [ documentation] ( #documentation ) .
83-
849# Documentation
8510All documentation can be found on [ here] ( https://scripting.arcus-azure.net/ ) .
8611
0 commit comments