Skip to content

Commit 0795724

Browse files
committed
spelling mistake
1 parent bf42610 commit 0795724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/energy-data-services/how-to-use-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ from msrestazure.azure_active_directory import MSIAuthentication
157157
def main(req: func.HttpRequest) -> str:
158158
logging.info('Python HTTP trigger function processed a request.')
159159

160-
//To Authenticate using Manaded Identity, we need to pass the Microsoft Energy Data Services Application ID as the resource.
160+
//To Authenticate using Managed Identity, we need to pass the Microsoft Energy Data Services Application ID as the resource.
161161
//If we want to use a user-assigned identity, we should also include the
162162
//Client ID as an additional parameter.
163163
//Managed Identity using System Assigned Identity: MSIAuthentication(resource)

0 commit comments

Comments
 (0)