You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/add-users-administrator.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,14 +125,14 @@ To add B2B collaboration users to an application, follow these steps:
125
125
126
126
## Resend invitations to guest users
127
127
128
-
If a guest user has not yet redeemed their invitation, you can resend the invitation email.
128
+
If a guest user hasn't yet redeemed their invitation, you can resend the invitation email.
129
129
130
130
1. Sign in to the [Azure portal](https://portal.azure.com) as an Azure AD administrator.
131
131
2. Search for and select **Azure Active Directory** from any page.
132
132
3. Under **Manage**, select **Users**.
133
133
4. In the list, select the user's name to open their user profile.
134
134
5. Under **My Feed**, in the **B2B collaboration** tile, select the **Manage (resend invitation / reset status** link.
135
-
6. If the user has not yet accepted the invitation, Select the **Yes** option to resend.
135
+
6. If the user hasn't yet accepted the invitation, Select the **Yes** option to resend.
136
136
137
137

138
138
@@ -142,3 +142,4 @@ If a guest user has not yet redeemed their invitation, you can resend the invita
142
142
143
143
- To learn how non-Azure AD admins can add B2B guest users, see [How users in your organization can invite guest users to an app](add-users-information-worker.md)
144
144
- For information about the invitation email, see [The elements of the B2B collaboration invitation email](invitation-email-elements.md).
145
+
- To learn about the B2B collaboration user types, see the [B2B collaboration user properties](user-properties.md) article.
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/tutorial-bulk-invite.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,6 @@ For example: `Remove-MgUser -UserId "lstokes_fabrikam.com#EXT#@contoso.onmicroso
136
136
137
137
## Next steps
138
138
139
-
In this tutorial, you sent bulk invitations to guest users outside of your organization. Next, learn how the invitation redemption process works, and how to enforce multi-factor authentication for guest users.
140
-
141
-
142
139
-[Learn about the Azure AD B2B collaboration invitation redemption process](redemption-experience.md)
143
140
-[Enforce multi-factor authentication for B2B guest users](b2b-tutorial-require-mfa.md)
141
+
-[Billing model for guest user collaboration usage](external-identities-pricing.md#about-monthly-active-users-mau-billing)
You can see the current version by printing `$PSVersionTable` from any function.
396
396
397
397
To learn more about Azure Functions runtime support policy, please refer to this [article](./language-support-policy.md)
398
398
399
399
### Running local on a specific version
400
400
401
-
Support for PowerShell 7.0 in Azure Functions ended on 3 December 2022. To use PowerShell 7.2 when running locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.2"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.2, your local.settings.json file looks like the following example:
401
+
Support for PowerShell 7.0 in Azure Functions has ended on 3 December 2022. To use PowerShell 7.2 when running locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.2"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.2, your local.settings.json file looks like the following example:
402
402
403
403
```json
404
404
{
@@ -411,9 +411,12 @@ Support for PowerShell 7.0 in Azure Functions ended on 3 December 2022. To use P
411
411
}
412
412
```
413
413
414
+
> [!NOTE]
415
+
> In PowerShell Functions, the value "~7" for FUNCTIONS_WORKER_RUNTIME_VERSION refers to "7.0.x". We do not automatically upgrade PowerShell Function apps that have "~7" to "7.2". Going forward, for PowerShell Function Apps, we will require that apps specify both the major and minor version they want to target. Hence, it is necessary to mention "7.2" if you want to target "7.2.x"
416
+
414
417
### Changing the PowerShell version
415
418
416
-
Support for PowerShell 7.0 in Azure Functions ended on 3 December 2022. Your function app must be running on version 4.x to be able to upgrade to PowerShell 7.2. To learn how to do this, see [View and update the current runtime version](set-runtime-version.md#view-and-update-the-current-runtime-version).
419
+
Support for PowerShell 7.0 in Azure Functions has ended on 3 December 2022. To upgrade your Function App to PowerShell 7.2, ensure the value of FUNCTIONS_EXTENSION_VERSION is set to ~4. To learn how to do this, see [View and update the current runtime version](set-runtime-version.md#view-and-update-the-current-runtime-version).
417
420
418
421
419
422
Use the following steps to change the PowerShell version used by your function app. You can do this either in the Azure portal or by using PowerShell.
Copy file name to clipboardExpand all lines: articles/energy-data-services/faq-energy-data-services.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ sections:
24
24
answer: >
25
25
Microsoft Energy Data Services requires registration and is currently only available to approved customers and partners during the preview period. Request access to Microsoft Energy Data Services Preview [here](https://aka.ms/MicrosoftEnergyDataServices-create)
26
26
27
+
- name: Data Residency
28
+
questions:
29
+
- question: Where does Microsoft Energy Data Services Preview store customer data?
30
+
answer: >
31
+
Microsoft Energy Data Services Preview stores/process customer data. By default, customer data is replicated to the paired region. For region with data residency requirements, customer data is always kept within the same region
32
+
27
33
- name: Pricing and Billing
28
34
questions:
29
35
- question: Where can I learn about the pricing for Microsoft Energy Data Services?
0 commit comments