2 releases
0.1.1 | May 22, 2024 |
---|---|
0.1.0 | May 22, 2024 |
#214 in #azure-api
20KB
171 lines
Azure CLI Proxy
This is a simple proxy for Azure ARM that allows you to make REST calls without relying on az rest
or the need for a service principal.
How to Use
Installation
Cargo Install
-
Install
azure-cli-proxy
by running the following command:cargo install azure-cli-proxy
-
run
azure-cli-proxy
git clone
-
Clone the repository:
git clone https://github.com/cedric05/azure-cli-proxy
-
Install Rust and Cargo if not already installed.
-
Build the project:
cargo build --release
-
Run the proxy:
./target/release/azure-cli-proxy
Requirements
To use the Azure CLI Proxy, you need the following:
- Azure CLI installed.
- Logged in to Azure via Azure CLI using the command
az login
. - Set the subscription using the command
az account set --name <subscription name>
.
Dependencies
~15–27MB
~417K SLoC