| Crates.io | azure-cli-proxy |
| lib.rs | azure-cli-proxy |
| version | 0.1.1 |
| created_at | 2024-05-22 01:29:01.437915+00 |
| updated_at | 2024-05-22 13:23:05.341155+00 |
| description | Simple proxy to azure ARM |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1247378 |
| size | 69,791 |
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.
Install azure-cli-proxy by running the following command:
cargo install azure-cli-proxy
run azure-cli-proxy
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
To use the Azure CLI Proxy, you need the following:
az login.az account set --name <subscription name>.