Skip to content

Commit 819b17c

Browse files
committed
Minor changes.
1 parent c2a9339 commit 819b17c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/external-identities/code-samples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ manager: celestedg
1414
ms.custom: it-pro, seo-update-azuread-jan, has-adal-ref
1515
ms.collection: engagement-fy23, M365-identity-device-management
1616

17-
# Customer intent: As a tenant administrator, I want to bulk-invite external users to an organization from email addresses that I've stored in a .CSV file.
17+
# Customer intent: As a tenant administrator, I want to bulk-invite external users to an organization from email addresses that I've stored in a .csv file.
1818
---
1919

2020
# Azure Active Directory B2B collaboration code and PowerShell samples
2121

2222
## PowerShell example
2323

24-
You can bulk-invite external users to an organization from email addresses that you've stored in a .CSV file.
24+
You can bulk-invite external users to an organization from email addresses that you've stored in a .csv file.
2525

26-
1. Prepare the .CSV file
27-
Create a new CSV file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
26+
1. Prepare the .csv file
27+
Create a new .csv file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
2828

2929
Name | InvitedUserEmailAddress
3030
--------------------- | --------------------------

0 commit comments

Comments
 (0)