Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/azure-cli-proxy
Creates a localhost proxy to Azure ARM
https://github.com/cedric05/azure-cli-proxy
azure azure-arm developer-tools http localhost proxy proxy-server simple
Last synced: 3 months ago
JSON representation
Creates a localhost proxy to Azure ARM
- Host: GitHub
- URL: https://github.com/cedric05/azure-cli-proxy
- Owner: cedric05
- License: mit
- Created: 2024-05-17T13:56:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:22:55.000Z (8 months ago)
- Last Synced: 2024-10-05T23:22:04.638Z (3 months ago)
- Topics: azure, azure-arm, developer-tools, http, localhost, proxy, proxy-server, simple
- Language: Rust
- Homepage: https://crates.io/crates/azure-cli-proxy
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
1. Install `azure-cli-proxy` by running the following command:```shell
cargo install azure-cli-proxy2. run `azure-cli-proxy`
### git clone
1. Clone the repository:
```shell
git clone https://github.com/cedric05/azure-cli-proxy
```2. Install Rust and Cargo if not already installed.
3. Build the project:
```shell
cargo build --release
```4. Run the proxy:
```shell
./target/release/azure-cli-proxy
```## Requirements
To use the Azure CLI Proxy, you need the following:
1. Azure CLI installed.
2. Logged in to Azure via Azure CLI using the command `az login`.
3. Set the subscription using the command `az account set --name `.