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/app-provisioning/on-premises-scim-provisioning.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ Once the agent is installed, no further configuration is necesary on-prem, and a
42
42
4. Select the agent that you installed from the dropdown list and select **Assign Agent(s)**.
43
43
5. Now either wait 10 minutes or restart the **Microsoft Azure AD Connect Provisioning Agent** before proceeding to the next step & testing the connection.
44
44
6. In the **Tenant URL** field, provide the SCIM endpoint URL for your application. The URL is typically unique to each target application and must be resolveable by DNS. An example for a scenario where the agent is installed on the same host as the application is https://localhost:8585/scim
45
-
>[!NOTE]
46
-
>The Azure AD provisioning service currently drops everything in the URL after the hostname.
47
-
48
45
7. Select **Test Connection**, and save the credentials. The application SCIM endpoint must be actively listening for inbound provisioning requests, otherwise the test will fail. Use the steps [here](on-premises-ecma-troubleshoot.md#troubleshoot-test-connection-issues) if you run into connectivity issues.
46
+
>[!NOTE]
47
+
> If the test connection fails, you will see the request made. Please note that while the URL in the test connection error message is truncated, the actual request sent to the aplication contains the entire URL provided above.
48
+
49
49
8. Configure any [attribute mappings](customize-application-attributes.md) or [scoping](define-conditional-rules-for-provisioning-user-accounts.md) rules required for your application.
50
50
9. Add users to scope by [assigning users and groups](../../active-directory/manage-apps/add-application-portal-assign-users.md) to the application.
51
51
10. Test provisioning a few users [on demand](provision-on-demand.md).
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/azure-ad-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Azure Active Directory is available as an identity provider option for B2B colla
22
22
23
23
## Guest sign-in using Azure Active Directory accounts
24
24
25
-
Azure Active Directory is available in the list of External Identities identity providers by default. No further configuration is needed to allow guest users to sign in with their Azure AD account using either the invitation flow or a self-service sign-up user flow.
25
+
If you want to enable guest users to sign in with their Azure AD account, you can use either the invitation flow or a self-service sign-up user flow. No additional configuration is required.
26
26
27
27
:::image type="content" source="media/azure-ad-account/azure-ad-account-identity-provider.png" alt-text="Screenshot of Azure AD account in the identity provider list." lightbox="media/azure-ad-account/azure-ad-account-identity-provider.png":::
Copy file name to clipboardExpand all lines: articles/active-directory/fundamentals/concept-secure-remote-workers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This guide assumes that your cloud only or hybrid identities have been establish
34
34
35
35
### Guided walkthrough
36
36
37
-
For a guided walkthrough of many of the recommendations in this article, see the [Set up Azure AD](https://go.microsoft.com/fwlink/?linkid=2221308) guide.
37
+
For a guided walkthrough of many of the recommendations in this article, see the [Set up Azure AD](https://go.microsoft.com/fwlink/?linkid=2224193) guide when signed in to the Microsoft 365 Admin Center. To review best practices without signing in and activating automated setup features, go to the [M365 Setup portal](https://go.microsoft.com/fwlink/?linkid=2221308).
38
38
39
39
## Guidance for Azure AD Free, Office 365, or Microsoft 365 customers.
Copy file name to clipboardExpand all lines: articles/app-service/app-service-undelete.md
+34-7Lines changed: 34 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Restore deleted apps
3
3
description: Learn how to restore a deleted app in Azure App Service. Avoid the headache of an accidentally deleted app.
4
4
author: seligj95
5
5
ms.author: jordanselig
6
-
ms.date: 11/4/2022
6
+
ms.date: 4/3/2023
7
7
ms.topic: article
8
8
ms.custom: devx-track-azurepowershell
9
9
---
@@ -14,8 +14,8 @@ If you happened to accidentally delete your app in Azure App Service, you can re
14
14
15
15
> [!NOTE]
16
16
> - Deleted apps are purged from the system 30 days after the initial deletion. After an app is purged, it can't be recovered.
17
-
> - Undelete functionality isn't supported for the Consumption plan.
18
-
> -Apps Service apps running in an App Service Environment don't support snapshots. Therefore, undelete functionality and clone functionality aren't supported for App Service apps running in an App Service Environment.
17
+
> - Undelete functionality isn't supported for function apps hosted on the Consumption plan or Elastic Premium plan.
18
+
> -App Service apps running in an App Service Environment don't support snapshots. Therefore, undelete functionality and clone functionality aren't supported for App Service apps running in an App Service Environment.
19
19
>
20
20
21
21
## Re-register App Service resource provider
@@ -49,12 +49,12 @@ The detailed information includes:
49
49
## Restore deleted app
50
50
51
51
>[!NOTE]
52
-
>-`Restore-AzDeletedWebApp` isn't supported for function apps.
52
+
>-`Restore-AzDeletedWebApp` isn't supported for function apps hosted on the Consumption plan or Elastic Premium plan.
53
53
>- The Restore-AzDeletedWebApp cmdlet restores a deleted web app. The web app specified by TargetResourceGroupName, TargetName, and TargetSlot will be overwritten with the contents and settings of the deleted web app. If the target parameters are not specified, they will automatically be filled with the deleted web app's resource group, name, and slot. If the target web app does not exist, it will automatically be created in the app service plan specified by TargetAppServicePlanName.
54
54
>- By default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content. If you want to only restore content, you use the **`-RestoreContentOnly`** flag with this commandlet.
55
55
56
56
57
-
Once the app you want to restore has been identified, you can restore it using `Restore-AzDeletedWebApp`, please see below examples
57
+
After identifying the app you want to restore, you can restore it using `Restore-AzDeletedWebApp`, as shown in the following examples.
58
58
>*You can find the full commandlet reference here: **[Restore-AzDeletedWebApp](/powershell/module/az.websites/restore-azdeletedwebapp)*** .
-**Target Resource Group**: Target resource group where the app will be restored
93
+
-**Target Resource Group**: Target resource group where the app is to be restored
94
94
-**TargetName**: Target app for the deleted app to be restored to
95
95
-**TargetAppServicePlanName**: App Service plan linked to the app
96
96
-**Name**: Name for the app, should be globally unique.
97
97
-**ResourceGroupName**: Original resource group for the deleted app
98
98
-**Slot**: Slot for the deleted app
99
-
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp`will restore both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
99
+
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp`restores both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
100
100
101
101
> [!NOTE]
102
102
> If the app was hosted on and then deleted from an App Service Environment, it can be restored only if the corresponding App Service Environment still exists.
103
103
104
+
## Restore deleted function app
105
+
106
+
If the function app was hosted on a **Dedicated app service plan**, it can be restored, as long as it was using the default App Service storage.
107
+
108
+
1. Fetch the DeletedSiteId of the app version you want to restore, using Get-AzDeletedWebApp cmdlet:
2. Create a new function app in a Dedicated plan. Refer to the instructions for [how to create an app in the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
114
+
3. Restore to the newly created function app using this cmdlet:
Currently there's no support for Undelete (Restore-AzDeletedWebApp) Function app that's hosted in a Consumption plan or Elastic premium plan since the content resides on Azure Files in a Storage account. If you haven't 'hard' deleted that Azure Files storage account, or if the account exists and file shares haven't been deleted, then you may use the steps as workaround:
121
+
122
+
123
+
1. Create a new function app in a Consumption or Premium plan. Refer the instructions for [how to create an app in the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
124
+
2. Set the following [app settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md?tabs=portal#settings) to refer to the old storage account , which contains the content from the previous app.
125
+
126
+
| App Setting | Suggested value |
127
+
| ------------ | ---------------- |
128
+
|**AzureWebJobsStorage**| Connection String for the storage account used by the deleted app. |
129
+
|**WEBSITE_CONTENTAZUREFILECONNECTIONSTRING**| Connection String for the storage account used by the deleted app. |
130
+
|**WEBSITE_CONTENTSHARE**| File share on storage account used by the deleted app. |
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-networking-options.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,15 @@ The following APIs let you programmatically manage regional virtual network inte
283
283
+**Azure CLI**: Use the [`az functionapp vnet-integration`](/cli/azure/functionapp/vnet-integration) commands to add, list, or remove a regional virtual network integration.
284
284
+**ARM templates**: Regional virtual network integration can be enabled by using an Azure Resource Manager template. For a full example, see [this Functions quickstart template](https://azure.microsoft.com/resources/templates/function-premium-vnet-integration/).
285
285
286
+
## Testing
287
+
288
+
When testing functions in a function app with private endpoints, you must do your testing from within the same virtual network, such as on a virtual machine (VM) in that network. To use the **Code + Test** option in the portal from that VM, you need to add following [CORS origins](./functions-how-to-use-azure-function-app-settings.md?tabs=portal#cors) to your function app:
For more information on the 'Update-AzApplicationInsights' cmdlet, see [Update-AzApplicationInsights](https://learn.microsoft.com/powershell/module/az.applicationinsights/update-azapplicationinsights)
138
+
129
139
## Telemetry initializer
130
140
131
141
If you need a more flexible alternative than `DisableIpMasking`, you can use a [telemetry initializer](./api-filtering-sampling.md#addmodify-properties-itelemetryinitializer) to copy all or part of the IP address to a custom field. The code for this class is the same across .NET versions.
Copy file name to clipboardExpand all lines: articles/azure-monitor/faq.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -925,7 +925,7 @@ sections:
925
925
- question: |
926
926
Can I test OpenTelemetry in a web browser today?
927
927
answer: |
928
-
The [OpenTelemetry web sandbox](https://github.com/open-telemetry/opentelemetry-sandbox-web-js) is a fork designed to make OpenTelemetry work in a browser. It's not yet possible to send telemetry to Application Insights or 1DS Collector. The SDK doesn't currently have defined general client events.
928
+
The [OpenTelemetry web sandbox](https://github.com/open-telemetry/opentelemetry-sandbox-web-js) is a fork designed to make OpenTelemetry work in a browser. It's not yet possible to send telemetry to Application Insights. The SDK doesn't currently have defined general client events.
929
929
930
930
- question: |
931
931
How do I determine if OpenTelemetry is right for me?
@@ -1198,7 +1198,7 @@ sections:
1198
1198
* Monitored VMs are now included in the server port group nodes. The donut chart shows the proportion of monitored versus unmonitored machines in the group. It can also be used to filter the list of machines when the group is expanded.
1199
1199
* The map style was updated to be more consistent with App Map from Application insights.
1200
1200
* The side panes have been updated and don't have the full set of integrations that were supported in Service Map: Update Management, Change Tracking, Security, and Service Desk.
1201
-
* The option for choosing groups and machines to map was updated and now supports subscriptions, resource groups, Azure virtual machine scale sets, and cloud services.
1201
+
* The option for choosing groups and machines to map was updated and now supports subscriptions, resource groups, Azure Virtual Machine Scale Sets, and cloud services.
1202
1202
* You can't create new Service Map machine groups in the VM insights Map feature.
1203
1203
1204
1204
- question: |
@@ -1225,7 +1225,7 @@ sections:
1225
1225
- question: |
1226
1226
How does the Map feature handle duplicate IPs across different virtual networks and subnets?
1227
1227
answer: |
1228
-
If you're duplicating IP ranges either with VMs or Azure virtual machine scale sets across subnets and virtual networks, VM insights Map might display incorrect information. This issue is known. We're investigating options to improve this experience.
1228
+
If you're duplicating IP ranges either with VMs or Azure Virtual Machine Scale Sets across subnets and virtual networks, VM insights Map might display incorrect information. This issue is known. We're investigating options to improve this experience.
0 commit comments