Skip to content

Microsoft Azure: How to Generate an Application ID and an Application Key

Manuel Schnitzer edited this page Mar 5, 2018 · 2 revisions
  1. Log in to the Azure Portal
  2. Click on the left side All services
  3. Open the App registrations resource
  4. Click New application registration
  5. Give the application a name like OBS and the application type is Web app / API (and the Sign-on URL is not relevant and can be anything. You could use the address of this Build Service instance for example.)
  6. Once the application has been created, copy its Application ID and paste it in the form below in the OBS UI.
  7. Click Settings
  8. Click Keys
  9. Create a new password: Enter a description and set an expiration date. Keep the Value field empty.
  10. Click the Save button and copy the content of the Value field to the Application Key field below in the OBS UI.
Clone this wiki locally