Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Dec 7, 2022
1 parent b401654 commit 024dd9e
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,81 +6,6 @@ Scripting with Microsoft Azure in a breeze.

![Arcus](https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png)

# Installation
Easy to install it via PowerShell gallery:

## Azure Web
- **Azure API Management** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-api-management))
```powershell
PS> Install-Module -Name Arcus.Scripting.ApiManagement
```
- **Azure App Service** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-app-service))
```powershell
PS> Install-Module -Name Arcus.Scripting.AppService
```

## Azure DevOps
- **ARM** ([docs](https://scripting.arcus-azure.net/Features/powershell/arm))
```powershell
PS> Install-Module -Name Arcus.Scripting.ARM
```
- **Azure DevOps** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-devops))
```powershell
PS> Install-Module -Name Arcus.Scripting.DevOps
```
- **Azure Management** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-management))
```powershell
PS> Install-Module -Name Arcus.Scripting.Management
```

## Azure security
- **Azure security** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-security))
```powerhsell
PS> Import-Module -Name Arcus.Scripting.Security
```
- **Azure Key Vault** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-key-vault))
```powershell
PS> Install-Module -Name Arcus.Scripting.KeyVault
```

## Azure integration
- **Azure Logic Apps** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-logic-apps))
```powershell
PS> Install-Module -Name Arcus.Scripting.LogicApps
```
- **Azure Integration Account** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-integration-account))
```powershell
PS> Install-Module -Name Arcus.Scripting.IntegrationAccount
```
- **Azure Data Factory** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-data-factory))
```powershell
PS> Install-Module -Name Arcus.Scripting.DataFactory
```

## Azure storage
- **Azure storage** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-all))
```powershell
PS> Install-Module -Name Arcus.Scripting.Storage.All
```
- **Azure Blob storage** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-blob))
```powershell
PS> Install-Module -Name Arcus.Scripting.Storage.Blob
```
- **Azure FileShare storage** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-fileshare))
```powershell
PS> Install-Module -Name Arcus.Scripting.Storage.FileShare
```
- **Azure Table storage** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-storage/azure-storage-table))
```powershell
PS> Install-Module -Name Arcus.Scripting.Storage.Table
```
- **Azure SQL** ([docs](https://scripting.arcus-azure.net/Features/powershell/azure-sql))
```powershell
PS> Install-Module -Name Arcus.Scripting.SQL
```

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

# Documentation
All documentation can be found on [here](https://scripting.arcus-azure.net/).

Expand Down

0 comments on commit 024dd9e

Please sign in to comment.