0

I would like to see an example of the set of messages that I need to authenticate the rest Api Azure , ie the get and post specified in this list but examples. The web page is https://msdn.microsoft.com/en-us/library/partnercenter/dn974935.aspx https://azure.microsoft.com/es-es/documentation/articles/resource-manager-api-authentication/

2
  • If possible, please detail your question. Commented Jul 13, 2016 at 6:44
  • I connect with azure api thanks to the help of Microsoft, with this I managed to make calls to Azure api from iOS application. azure.microsoft.com/en-us/documentation/articles/… Commented Jul 14, 2016 at 8:24

1 Answer 1

1

There are two blogs which shows how to authenticate the REST API with ARM via get the access token and use the token to authorize a REST call.

  1. For C#, please see How to call the Azure Resource Manager REST API from C#.
  2. For Java, please see Authenticating Azure Resource Management REST API requests using Java.

Meanwhile, you can refer to Azure samples about Azure AD via access https://github.com/Azure-Samples?utf8=%E2%9C%93&query=active-directory.

Hope it helps. Any concern, please feel free to let me know.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for the reply, got what I wanted thanks to this help.azure.microsoft.com/en-us/documentation/articles/…
@JorgeFerreroLinacero Good. Thanks for your sharing.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.