We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf42610 commit 0795724Copy full SHA for 0795724
articles/energy-data-services/how-to-use-managed-identity.md
@@ -157,7 +157,7 @@ from msrestazure.azure_active_directory import MSIAuthentication
157
def main(req: func.HttpRequest) -> str:
158
logging.info('Python HTTP trigger function processed a request.')
159
160
- //To Authenticate using Manaded Identity, we need to pass the Microsoft Energy Data Services Application ID as the resource.
+ //To Authenticate using Managed Identity, we need to pass the Microsoft Energy Data Services Application ID as the resource.
161
//If we want to use a user-assigned identity, we should also include the
162
//Client ID as an additional parameter.
163
//Managed Identity using System Assigned Identity: MSIAuthentication(resource)
0 commit comments