Skip to content

Commit f6ddb18

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into endpoint
2 parents 62da5ab + a487521 commit f6ddb18

Some content is hidden

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

44 files changed

+442
-481
lines changed

.openpublishing.redirection.json

Lines changed: 107 additions & 102 deletions
Large diffs are not rendered by default.

articles/active-directory/authentication/howto-authentication-sms-signin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 04/24/2020
9+
ms.date: 05/26/2020
1010

1111
ms.author: iainfou
1212
author: iainfoulds
@@ -36,9 +36,9 @@ To complete this article, you need the following resources and privileges:
3636
* An Azure Active Directory tenant associated with your subscription.
3737
* If needed, [create an Azure Active Directory tenant][create-azure-ad-tenant] or [associate an Azure subscription with your account][associate-azure-ad-tenant].
3838
* You need *global administrator* privileges in your Azure AD tenant to enable SMS-based authentication.
39-
* Each user that's enabled in the text message authentication method policy must be licensed, even if they don't use it. Each enabled user must have one of the following Azure AD, Office 365, or Microsoft 365 licenses:
39+
* Each user that's enabled in the text message authentication method policy must be licensed, even if they don't use it. Each enabled user must have one of the following Azure AD, EMS, Microsoft 365 licenses:
4040
* [Azure AD Premium P1 or P2][azuread-licensing]
41-
* [Microsoft 365 (M365) F1 or F3][m365-firstline-workers-licensing] or [Office 365 F1][o365-f1] or [F3][o365-f3]
41+
* [Microsoft 365 (M365) F1 or F3][m365-firstline-workers-licensing]
4242
* [Enterprise Mobility + Security (EMS) E3 or E5][ems-licensing] or [Microsoft 365 (M365) E3 or E5][m365-licensing]
4343

4444
## Limitations

articles/active-directory/develop/quickstart-v2-angular.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ ms.author: janutter
1919

2020
# Quickstart: Sign in users and get an access token in an Angular single-page application
2121

22-
> [!IMPORTANT]
23-
> This feature is currently in preview. Previews are made available to you on the condition that you agree to the [supplemental terms of use](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Some aspects of this feature might change before general availability (GA).
24-
2522
In this quickstart, you use a code sample to learn how an Angular single-page application (SPA) can sign in users who have personal Microsoft accounts, work accounts, or school accounts. An Angular SPA can also get an access token to call the Microsoft Graph API or any web API.
2623

2724
## Prerequisites
39.4 KB
Loading
4.88 KB
Loading
13.1 KB
Loading

articles/azure-monitor/learn/quick-create-workspace-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 03/12/2019
8+
ms.date: 05/26/2020
99

1010
---
1111

@@ -114,6 +114,14 @@ The deployment can take a few minutes to complete. When it finishes, you see a m
114114

115115
![Example result when deployment is complete](media/quick-create-workspace-cli/template-output-01.png)
116116

117+
## Troubleshooting
118+
When you create a workspace that was deleted in the last 14 days and in [soft-delete state](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#soft-delete-behavior), the operation could have different outcome depending on your workspace configuration:
119+
1. If you provide the same workspace name, resource group, subscription and region as in the deleted workspace, your workspace will be recovered including its data, configuration and connected agents.
120+
2. If you use the same workspace name, but different resource group, subscription or region, you will get an error *The workspace name 'workspace-name' is not unique*, or *conflict*. To override the soft-delete and permanently delete your workspace and create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:
121+
* [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace
122+
* [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace
123+
* Create a new workspace using the same workspace name
124+
117125
## Next steps
118126
Now that you have a workspace available, you can configure collection of monitoring telemetry, run log searches to analyze that data, and add a management solution to provide additional data and analytic insights.
119127

articles/azure-monitor/learn/quick-create-workspace.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 03/12/2019
8+
ms.date: 05/26/2020
99

1010
---
1111

@@ -47,6 +47,14 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
4747

4848
While the information is verified and the workspace is created, you can track its progress under **Notifications** from the menu.
4949

50+
## Troubleshooting
51+
When you create a workspace that was deleted in the last 14 days and in [soft-delete state](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#soft-delete-behavior), the operation could have different outcome depending on your workspace configuration:
52+
1. If you provide the same workspace name, resource group, subscription and region as in the deleted workspace, your workspace will be recovered including its data, configuration and connected agents.
53+
2. If you use the same workspace name, but different resource group, subscription or region, you will get an error *This workspace name is already in use. Please try another one*. To override the soft-delete and permanently delete your workspace and create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:
54+
- [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace
55+
- [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace
56+
- Create a new workspace using the same workspace name
57+
5058
## Next steps
5159
Now that you have a workspace available, you can configure collection of monitoring telemetry, run log searches to analyze that data, and add a management solution to provide additional data and analytic insights.
5260

articles/azure-monitor/platform/delete-workspace.md

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 05/19/2020
8+
ms.date: 05/26/2020
99

1010
---
1111

@@ -54,39 +54,28 @@ You can delete a workspace using [PowerShell](https://docs.microsoft.com/powersh
5454
PS C:\>Remove-AzOperationalInsightsWorkspace -ResourceGroupName "resource-group-name" -Name "workspace-name"
5555
```
5656

57-
### Troubleshooting
58-
59-
You must have at least *Log Analytics Contributor* permissions to delete a workspace.<br>
60-
If you get an error message *This workspace name is already in use* or *conflict* when creating a workspace, it could be since:
61-
* The workspace name isn't available and being used by someone in your organization, or by other customer.
62-
* The workspace was deleted in the last 14 days and its name kept reserved for the soft-delete period. To override the soft-delete and permanently delete your workspace to create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:<br>
63-
1. [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace.
64-
2. [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace.
65-
3. Create a new workspace using the same workspace name.
66-
6757
## Permanent workspace delete
6858
The soft-delete method may not fit in some scenarios such as development and testing, where you need to repeat a deployment with the same settings and workspace name. In such cases you can permanently delete your workspace and "override" the soft-delete period. The permanent workspace delete operation releases the workspace name and you can create a new workspace using the same name.
6959

7060

7161
> [!IMPORTANT]
7262
> Use permanent workspace delete operation with caution since its irreversible and you won't be able to recover your workspace and its data.
7363
74-
The permanent workspace delete can currently be performed via REST API.
64+
To permanently delete your workspace, use the [Workspaces – Delete](https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete) REST request with a force tag:
7565

76-
> [!NOTE]
77-
> Any API request must include a Bearer authorization token in the request header.
78-
>
79-
> You can acquire the token using:
80-
> - [App registrations](https://docs.microsoft.com/graph/auth/auth-concepts#access-tokens)
81-
> - Navigate to Azure portal using the developer's console (F12) in the browser. Look in one of the **batch?** instances for the authentication string under **Request Headers**. This will be in the pattern *authorization: Bearer <token>*. Copy and add this to your API call as shown in the examples.
82-
> - Navigate to the Azure REST documentation site. press **Try it** on any API, copy the Bearer token, and add it to your API call.
83-
To permanently delete your workspace, use the [Workspaces - Delete REST]( https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete) API call with a force tag:
84-
>
85-
> ```rst
86-
> DELETE https://management.azure.com/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>?api-version=2015-11-01-preview&force=true
87-
> Authorization: Bearer eyJ0eXAiOiJKV1Qi….
88-
> ```
89-
Where 'eyJ0eXAiOiJKV1Qi…' represents the full authorization token.
66+
```rst
67+
DELETE https://management.azure.com/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>?api-version=2015-11-01-preview&force=true
68+
Authorization: Bearer <token>
69+
```
70+
71+
Alternatively, you can execute the operation from Azure REST documentation site:
72+
1. Navigate to [Workspaces – Delete](https://docs.microsoft.com/rest/api/loganalytics/workspaces/delete) REST API and click **Try it**.
73+
2. Enter details of the workspace you want to permanently delete
74+
3. Ender a new parameter *force* with value *true*
75+
4. Click the ‘+’ icon on the right to the value. This will add *force=true* to the URI in the request
76+
5. Click the *Run* button
77+
78+
The response should be 200 OK
9079

9180
## Recover workspace
9281
When you delete a Log Analytics workspace accidentally or intentionally, the service places the workspace in a soft-delete state making it inaccessible to any operation. The name of the deleted workspace is preserved during the soft-delete period and can't be used for creating a new workspace. After the soft-delete period, the workspace is non-recoverable, it is scheduled for permanent deletion and its name it released and can be used for creating a new workspace.
@@ -121,4 +110,12 @@ The workspace and all its data are brought back after the recovery operation. So
121110

122111
> [!NOTE]
123112
> * Re-creating a workspace during the soft-delete period gives an indication that this workspace name is already in use.
124-
>
113+
114+
### Troubleshooting
115+
You must have at least *Log Analytics Contributor* permissions to delete a workspace.<br>
116+
If you get an error message *This workspace name is already in use* or *conflict* when creating a workspace, it could be since:
117+
* The workspace name isn't available and being used by someone in your organization, or by other customer.
118+
* The workspace was deleted in the last 14 days and its name kept reserved for the soft-delete period. To override the soft-delete and permanently delete your workspace to create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:<br>
119+
1. [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace.
120+
2. [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace.
121+
3. Create a new workspace using the same workspace name.

articles/azure-monitor/platform/powershell-workspace-configuration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.subservice: logs
55
ms.topic: conceptual
66
author: bwren
77
ms.author: bwren
8-
ms.date: 05/11/2020
8+
ms.date: 05/26/2020
99
---
1010

1111
# Create and configure a Log Analytics workspace in Azure Monitor using PowerShell
@@ -206,6 +206,13 @@ In the above example regexDelimiter was defined as "\\n" for newline. The log de
206206
| `dd/MMM/yyyy:HH:mm:ss +zzzz` <br> where + is + or a - <br> where zzzz time offset | `(([0-2][1-9]|[3][0-1])\\/(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\/((19|20)[0-9][0-9]):([0][0-9]|[1][0-2]):([0-5][0-9]):([0-5][0-9])\\s[\\+|\\-][0-9]{4})` | | |
207207
| `yyyy-MM-ddTHH:mm:ss` <br> The T is a literal letter T | `((\\d{2})|(\\d{4}))-([0-1]\\d)-(([0-3]\\d)|(\\d))T((\\d)|([0-1]\\d)|(2[0-4])):[0-5][0-9]:[0-5][0-9]` | | |
208208

209+
## Troubleshooting
210+
When you create a workspace that was deleted in the last 14 days and in [soft-delete state](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#soft-delete-behavior), the operation could have different outcome depending on your workspace configuration:
211+
1. If you provide the same workspace name, resource group, subscription and region as in the deleted workspace, your workspace will be recovered including its data, configuration and connected agents.
212+
2. If you use the same workspace name, but different resource group, subscription or region, you will get an error *The workspace name 'workspace-name' is not unique*, or *conflict*. To override the soft-delete and permanently delete your workspace and create a new workspace with the same name, follow these steps to recover the workspace first and perform permanent delete:
213+
* [Recover](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#recover-workspace) your workspace
214+
* [Permanently delete](https://docs.microsoft.com/azure/azure-monitor/platform/delete-workspace#permanent-workspace-delete) your workspace
215+
* Create a new workspace using the same workspace name
209216

210217

211218
## Next steps

0 commit comments

Comments
 (0)