How to know what scope and endpoint to use, for accessing service XYZ? #529
-
I refered this sample code. I want to let Azure Function to authenticate by Azure Active Directory. I cannot understand how to access to Azure BLOB Storage from Azure Functions using MSAL. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please refer to this introduction of scopes (permissions). Specific scopes and endpoints are defined by the service that you are going to use, so you will need to find them from Azure BLOB storage's documentation. Last but not the least, this kind of general usage question shall better be asked in StackOverflow, which is back by a broader community. |
Beta Was this translation helpful? Give feedback.
Please refer to this introduction of scopes (permissions). Specific scopes and endpoints are defined by the service that you are going to use, so you will need to find them from Azure BLOB storage's documentation.
Last but not the least, this kind of general usage question shall better be asked in StackOverflow, which is back by a broader community.