Azure – Create a new registration (app id/secret)

Estimated reading time: 1 min
Here we will teach you how to create a new registration on Microsoft Azure which is the Microsoft cloud.
  1. How to create new application
  2. Where to find the application id
  3. How to create a secret id
  4. The permissions API
To create a new application, click on “new registration”.
azure 1 Azure - Create a new registration (app id/secret)
Then, enter the name of this new application, choose your tenant system and ” register “.
azure 2 Azure - Create a new registration (app id/secret)
You have just created your application. You can see your application id which can be asked to make a connection on Wiresk.
azure 3 Azure - Create a new registration (app id/secret)
Click on “Add a certificate or secret
azure 5 Azure - Create a new registration (app id/secret)
Then, ” New client secret “, a new page will appear. Enter the description of your secret and its expiration date.
azure 6 Azure - Create a new registration (app id/secret)
It is strongly advised to set the maximum period which is 2 years. This will prevent you from having to renew it too quickly. After that, ” Add “.
azure 7 Azure - Create a new registration (app id/secret)
And here you can see the secret you have just created. Be careful, the “value” is only visible once, write it down or save it in a secure place.
You now need to assign permissions to your API, some are already set by default. However, you will need to add new permissions in order to be able to access your API as you wish.
azure 8 Azure - Create a new registration (app id/secret)
Click on “Add a permission”, a new page will open with the different possible permissions class by genre. Go to the type of permission you want.
azure 9 Azure - Create a new registration (app id/secret)
  1. You can see these two elements on some type of permission. On the left you are using a user account, which corresponds to the popup you have when you connect to your office. On the right is for the application. You must choose the right one.
  2. Some permission requires the approval of an admin. It is indicated to the right of each permission if it needs admin approval with a “yes” or “no”.
  3. This is one of the possible permissions. To activate it you need to check the box on the left of the text, then click on “add permission”.
azure 10 Azure - Create a new registration (app id/secret)
To grant permission as an admin, click on “Grant admin consent for Viazul Limited”.