Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 100 forks source link

Use an OSBA-specific user-agent string for calls to ARM RPs #170

Closed seanmck closed 6 years ago

seanmck commented 6 years ago

The latest recommendation from the BI v-team is to use user-agent for tracking the provenance of client-side requests to Azure RPs. Unlike tags, it is already present in the ARM Kusto data store, which makes it easy to wire up with PowerBI.

Suggest we do something like:

open-service-broker-azure/version

arschles commented 6 years ago

The MSFT Go SDK team also requested we do this