Skip to content

Commit 7d8586e

Browse files
chore: update readme w/ available modules (#306)
* chore: add readme to ps pkg * pr-fix: safer ci build trigger * pr-fix: update with correct <files/> tag location * pr-fix: revert add readme to pkg * Update ci-build.yml * Update README.md Co-authored-by: Pim Simons <32359437+pim-simons@users.noreply.github.com> * pr-sug: add missing modules and links to their respective feature docs page * pr-fix: add missing ap service installation Co-authored-by: Pim Simons <32359437+pim-simons@users.noreply.github.com>
1 parent 692898e commit 7d8586e

1 file changed

Lines changed: 45 additions & 23 deletions

File tree

README.md

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,53 +9,75 @@ Scripting with Microsoft Azure in a breeze.
99
# Installation
1010
Easy to install it via PowerShell gallery:
1111

12-
- **ARM**
13-
12+
## Azure Web
13+
- **Azure API Management** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-api-management))
1414
```powershell
15-
PS> Install-Module -Name Arcus.Scripting.ARM
15+
PS> Install-Module -Name Arcus.Scripting.ApiManagement
1616
```
17-
18-
- **Azure API Management**
19-
17+
- **Azure App Service** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-app-service))
2018
```powershell
21-
PS> Install-Module -Name Arcus.Scripting.ApiManagement
19+
PS> Install-Module -Name Arcus.Scripting.AppService
2220
```
2321

24-
- **Azure Data Factory**
25-
22+
## Azure DevOps
23+
- **ARM** ([docs](https://scripting.arcus-azure.net/Features/powershell/arm))
2624
```powershell
27-
PS> Install-Module -Name Arcus.Scripting.DataFactory
25+
PS> Install-Module -Name Arcus.Scripting.ARM
2826
```
29-
30-
- **Azure DevOps**
31-
27+
- **Azure DevOps** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-devops))
3228
```powershell
3329
PS> Install-Module -Name Arcus.Scripting.DevOps
3430
```
31+
- **Azure Management** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-management))
32+
```powershell
33+
PS> Install-Module -Name Arcus.Scripting.Management
34+
```
3535

36-
- **Azure Key Vault**
37-
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))
3842
```powershell
3943
PS> Install-Module -Name Arcus.Scripting.KeyVault
4044
```
4145

42-
- **Azure Logic Apps**
43-
46+
## Azure integration
47+
- **Azure Logic Apps** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-logic-apps))
4448
```powershell
4549
PS> Install-Module -Name Arcus.Scripting.LogicApps
4650
```
47-
48-
- **Azure SQL**
49-
51+
- **Azure Integration Account** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-integration-account))
5052
```powershell
51-
PS> Install-Module -Name Arcus.Scripting.SQL
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
5258
```
5359

54-
- **Azure Table Storage**
55-
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))
5674
```powershell
5775
PS> Install-Module -Name Arcus.Scripting.Storage.Table
5876
```
77+
- **Azure SQL** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-sql))
78+
```powershell
79+
PS> Install-Module -Name Arcus.Scripting.SQL
80+
```
5981

6082
For a more thorough overview, we recommend reading our [documentation](#documentation).
6183

0 commit comments

Comments
 (0)