Skip to content

Commit 6771b91

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into fixes5
2 parents 5a2b352 + 5542e90 commit 6771b91

File tree

321 files changed

+10146
-7039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+10146
-7039
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6580,6 +6580,11 @@
65806580
"redirect_url": "/troubleshoot/azure/active-directory/troubleshoot-adding-apps",
65816581
"redirect_document_id": false
65826582
},
6583+
{
6584+
"source_path_from_root": "/articles/active-directory/manage-apps/scripts/powershell-export-apps-with-expriring-secrets.md",
6585+
"redirect_url": "/troubleshoot/azure/active-directory/manage-apps/scripts/powershell-export-apps-with-expiring-secrets",
6586+
"redirect_document_id": false
6587+
},
65836588
{
65846589
"source_path_from_root": "/articles/active-directory/application-config-add-app-problem-problem-adding-gallery-app.md",
65856590
"redirect_url": "/troubleshoot/azure/active-directory/troubleshoot-adding-apps",

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6150,6 +6150,11 @@
61506150
"source_path_from_root": "/articles/azure-monitor/logs/dashboard-upgrade.md",
61516151
"redirect_url": "/azure/azure-monitor/visualize/tutorial-logs-dashboards",
61526152
"redirect_document_id": false
6153+
},
6154+
{
6155+
"source_path_from_root": "/articles/azure-monitor/app/opentelemetry-dotnet-exporter.md",
6156+
"redirect_url": "/azure/azure-monitor/app/opentelemetry-enable",
6157+
"redirect_document_id": false
61536158
}
61546159

61556160
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft Azure Documentation
22

3-
Welcome to the open-source [documentation](/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
3+
Welcome to the open-source [documentation](/azure) of [Microsoft Azure](https://azure.microsoft.com). Please review this README file to understand how you can assist in contributing to the Microsoft Azure documentation.
44

55
## Getting Started
66

articles/active-directory/develop/howto-restore-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This is because organization-specific settings are stored on a separate object,
5959
2. Select **Restore app registration**.
6060

6161
## Permanently delete an application
62-
You can manually permanently delete an application from your organization. A permanently deleted application can't be restored by you, another administrator, or by Microsoft customer support.
62+
You can manually permanently delete an application from your organization. A permanently deleted application can't be restored by you, another administrator, or by Microsoft customer support. However, this does not permanently delete the corresponding service principal. A service principal cannot be restored without having an active corresponding application, so the service principal can be manually deleted, which is also permanent. If no action is taken the service principal will be permanently deleted 30 days after deleting the application.
6363

6464
### To permanently delete an application
6565

articles/active-directory/develop/msal-android-shared-devices.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,10 @@ These Microsoft applications support Azure AD's shared device mode:
9595

9696
- [Microsoft Teams](/microsoftteams/platform/)
9797
- [Microsoft Managed Home Screen](/mem/intune/apps/app-configuration-managed-home-screen-app) app for Android Enterprise
98-
- [Microsoft Edge](/microsoft-edge) (in Public Preview)
99-
- [Outlook](/mem/intune/apps/app-configuration-policies-outlook) (in Public Preview)
100-
- [Microsoft Power Apps](/power-apps) (in Public Preview)
101-
- [Yammer](/yammer) (in Public Preview)
102-
103-
> [!IMPORTANT]
104-
> Public preview is provided without a service-level agreement and isn't recommended for production workloads. Some features might be unsupported or have constrained capabilities. For more information, see [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
98+
- [Microsoft Edge](/microsoft-edge)
99+
- [Outlook](/mem/intune/apps/app-configuration-policies-outlook)
100+
- [Microsoft Power Apps](/power-apps)
101+
- [Microsoft Viva Engage](/viva/engage/overview) (previously [Yammer](/yammer))
105102

106103
## Shared device sign-out and the overall app lifecycle
107104

Loading

articles/active-directory/external-identities/customers/concept-planning-your-solution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: ciam
1010
ms.topic: conceptual
11-
ms.date: 05/09/2023
11+
ms.date: 05/24/2023
1212
ms.author: cmulligan
1313
ms.custom: it-pro
1414

@@ -27,10 +27,9 @@ Adding secure sign-in to your app and setting up a customer identity and access
2727
This article describes each of these steps and outlines important planning considerations. In the following table, select a **Step** for details and planning considerations, or go directly to the **How-to guides**.
2828

2929

30-
3130
| Step | How-to guides |
3231
|---------|---------|
33-
| **[Step 1: Create a customer tenant](#step-1-create-a-customer-tenant)** | &#8226; [Create a customer tenant](how-to-create-customer-tenant-portal.md)</br>&#8226; [Or start a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl) |
32+
|**[Step 1: Create a customer tenant](#step-1-create-a-customer-tenant)** | &#8226; [Create a customer tenant](how-to-create-customer-tenant-portal.md)</br>&#8226; <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">Or start a free trial</a> |
3433
|**[Step 2: Register your application](#step-2-register-your-application)** | &#8226; [Register your application](how-to-register-ciam-app.md) |
3534
|**[Step 3: Integrate a sign-in flow with your app](#step-3-integrate-a-sign-in-flow-with-your-app)** | &#8226; [Create a user flow](how-to-user-flow-sign-up-sign-in-customers.md) </br>&#8226; [Add your app to the user flow](how-to-user-flow-add-application.md) |
3635
|**[Step 4: Customize and secure your sign-in](#step-4-customize-and-secure-your-sign-in)** | &#8226; [Customize branding](concept-branding-customers.md) </br>&#8226; [Add identity providers](concept-authentication-methods-customers.md) </br>&#8226; [Collect attributes during sign-up](how-to-define-custom-attributes.md)</br>&#8226; [Add attributes to the token](how-to-add-attributes-to-token.md) </br>&#8226; [Add multifactor authentication (MFA)](concept-security-customers.md) |

articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sample-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This how-to guide uses a sample ASP.NET browserless app to show how to add authe
2626

2727
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
2828

29-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
29+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
3030

3131
## Register the headless app
3232

articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The article series is broken down into the following steps:
3232

3333
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
3434

35-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial).
35+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
3636

3737
## OAuth 2.0 device authorization grant flow
3838

articles/active-directory/external-identities/customers/how-to-browserless-app-node-sample-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this article, you complete the following tasks:
3838

3939
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
4040

41-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
41+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
4242

4343
## Register the browserless app
4444

0 commit comments

Comments
 (0)