Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.11 KB

README.md

File metadata and controls

74 lines (49 loc) · 2.11 KB

Arcus Scripting

Build Status PowerShell Gallery Version

Scripting with Microsoft Azure in a breeze.

Arcus

Installation

Easy to install it via PowerShell gallery:

  • ARM
PS> Install-Module -Name Arcus.Scripting.ARM
  • Azure API Management
PS> Install-Module -Name Arcus.Scripting.ApiManagement
  • Azure Data Factory
PS> Install-Module -Name Arcus.Scripting.DataFactory
  • Azure DevOps
PS> Install-Module -Name Arcus.Scripting.DevOps
  • Azure Key Vault
PS> Install-Module -Name Arcus.Scripting.KeyVault
  • Azure Logic Apps
PS> Install-Module -Name Arcus.Scripting.LogicApps
  • Azure SQL
PS> Install-Module -Name Arcus.Scripting.SQL
  • Azure Table Storage
PS> Install-Module -Name Arcus.Scripting.Storage.Table

For a more thorough overview, we recommend reading our documentation.

Documentation

All documentation can be found on here.

Customers

Are you an Arcus user? Let us know and get listed!

Contributing

We encourage you to contribute to Arcus Scripting! Please check out our contributing guide for guidelines about how to proceed. Join us!

License Information

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.

Read the full license here.