Skip to content

Commit 7cd8c16

Browse files
authored
Merge pull request #111233 from MicrosoftDocs/data-explorer-removal
removing data-explorer articles and includes
2 parents bb19c6c + 0a70ca5 commit 7cd8c16

File tree

618 files changed

+21
-17871
lines changed

Some content is hidden

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

618 files changed

+21
-17871
lines changed

articles/azure-monitor/platform/diagnostic-logs-schema.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ A combination of the resource type (available in the `resourceId` property) and
2525
| tenantId | Required for tenant logs | The tenant ID of the Active Directory tenant that this event is tied to. This property is only used for tenant-level logs, it does not appear in resource-level logs. |
2626
| operationName | Required | The name of the operation represented by this event. If the event represents an RBAC operation, this is the RBAC operation name (eg. Microsoft.Storage/storageAccounts/blobServices/blobs/Read). Typically modeled in the form of a Resource Manager operation, even if they are not actual documented Resource Manager operations (`Microsoft.<providerName>/<resourceType>/<subtype>/<Write/Read/Delete/Action>`) |
2727
| operationVersion | Optional | The api-version associated with the operation, if the operationName was performed using an API (eg. `http://myservice.windowsazure.net/object?api-version=2016-06-01`). If there is no API that corresponds to this operation, the version represents the version of that operation in case the properties associated with the operation change in the future. |
28-
| category | Required | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. Typical log categories are Audit” “Operational” “Execution and Request. |
28+
| category | Required | The log category of the event. Category is the granularity at which you can enable or disable logs on a particular resource. The properties that appear within the properties blob of an event are the same within a particular log category and resource type. Typical log categories are "Audit" "Operational" "Execution" and "Request." |
2929
| resultType | Optional | The status of the event. Typical values include Started, In Progress, Succeeded, Failed, Active, and Resolved. |
3030
| resultSignature | Optional | The sub status of the event. If this operation corresponds to a REST API call, this is the HTTP status code of the corresponding REST call. |
31-
| resultDescription | Optional | The static text description of this operation, eg. Get storage file. |
31+
| resultDescription | Optional | The static text description of this operation, eg. "Get storage file." |
3232
| durationMs | Optional | The duration of the operation in milliseconds. |
3333
| callerIpAddress | Optional | The caller IP address, if the operation corresponds to an API call that would come from an entity with a publicly-available IP address. |
34-
| correlationId | Optional | A GUID used to group together a set of related events. Typically, if two events have the same operationName but two different statuses (eg. Started and Succeeded), they share the same correlation ID. This may also represent other relationships between events. |
34+
| correlationId | Optional | A GUID used to group together a set of related events. Typically, if two events have the same operationName but two different statuses (eg. "Started" and "Succeeded"), they share the same correlation ID. This may also represent other relationships between events. |
3535
| identity | Optional | A JSON blob that describes the identity of the user or application that performed the operation. Typically this will include the authorization and claims / JWT token from active directory. |
3636
| Level | Optional | The severity level of the event. Must be one of Informational, Warning, Error, or Critical. |
37-
| location | Optional | The region of the resource emitting the event, eg. East US or France South |
38-
| properties | Optional | Any extended properties related to this particular category of events. All custom/unique properties must be put inside this Part B of the schema. |
37+
| location | Optional | The region of the resource emitting the event, eg. "East US" or "France South" |
38+
| properties | Optional | Any extended properties related to this particular category of events. All custom/unique properties must be put inside this "Part B" of the schema. |
3939

4040
## Service-specific schemas for resource logs
4141
The schema for resource diagnostic logs varies depending on the resource and log category. This list shows all services that make available resource logs and links to the service and category-specific schema where available.
@@ -50,7 +50,7 @@ The schema for resource diagnostic logs varies depending on the resource and log
5050
| Azure Batch |[Azure Batch logging](../../batch/batch-diagnostics.md) |
5151
| Azure Database for MySQL | [Azure Database for MySQL diagnostic logs](../../mysql/concepts-server-logs.md#diagnostic-logs) |
5252
| Azure Database for PostgreSQL | [Azure Database for PostgreSQL logs](../../postgresql/concepts-server-logs.md#diagnostic-logs) |
53-
| Azure Data Explorer | [Azure Data Explorer logs](../../data-explorer/using-diagnostic-logs.md) |
53+
| Azure Data Explorer | [Azure Data Explorer logs](/azure/data-explorer/using-diagnostic-logs) |
5454
| Cognitive Services | [Logging for Azure Cognitive Services](../../cognitive-services/diagnostic-logging.md) |
5555
| Container Registry | [Logging for Azure Container Registry](../../container-registry/container-registry-diagnostics-audit-logs.md) |
5656
| Content Delivery Network | [Azure Logs for CDN](../../cdn/cdn-azure-diagnostic-logs.md) |

articles/azure-resource-manager/management/azure-services-resource-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This article shows how resource provider namespaces map to Azure services.
9393
| Microsoft.IoTSpaces | [Azure Digital Twins](../../digital-twins/index.yml) |
9494
| Microsoft.KeyVault | [Key Vault](../../key-vault/index.yml) |
9595
| Microsoft.Kubernetes | [Azure Kubernetes Service (AKS)](/azure/aks/) |
96-
| Microsoft.Kusto | [Azure Data Explorer](../../data-explorer/index.yml) |
96+
| Microsoft.Kusto | [Azure Data Explorer](/azure/data-explorer/) |
9797
| Microsoft.LabServices | [Azure Lab Services](../../lab-services/index.yml) |
9898
| Microsoft.Logic | [Logic Apps](../../logic-apps/index.yml) |
9999
| Microsoft.MachineLearning | [Machine Learning Studio](../../machine-learning/studio/index.yml) |

articles/cost-management-billing/reservations/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ landingContent:
4343
- text: SQL Database
4444
url: ../../sql-database/sql-database-reserved-capacity.md?toc=/azure/cost-management-billing/toc.json
4545
- text: Azure Data Explorer
46-
url: ../../data-explorer/pricing-reserved-capacity.md?toc=/azure/cost-management-billing/toc.json
46+
url: /azure/data-explorer/pricing-reserved-capacity?toc=/azure/cost-management-billing/toc.json
4747
- text: Azure Databricks
4848
url: prepay-databricks-reserved-capacity.md
4949
- text: App Service

articles/cost-management-billing/reservations/prepare-buy-reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can purchase reservations from Azure portal, APIs, PowerShell, CLI. Read the
6262
- [Azure Cache for Redis](../../azure-cache-for-redis/cache-reserved-pricing.md)
6363
- [Cosmos DB](../../cosmos-db/cosmos-db-reserved-capacity.md)
6464
- [Databricks](prepay-databricks-reserved-capacity.md)
65-
- [Data Explorer](../../data-explorer/pricing-reserved-capacity.md)
65+
- [Data Explorer](/azure/data-explorer/pricing-reserved-capacity)
6666
- [Disk Storage](../../virtual-machines/linux/disks-reserved-capacity.md)
6767
- [Dedicated Host](../../virtual-machines/prepay-dedicated-hosts-reserved-instances.md)
6868
- [Software plans](../../virtual-machines/linux/prepay-suse-software-charges.md)

articles/cost-management-billing/reservations/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Databricks
2626
href: prepay-databricks-reserved-capacity.md
2727
- name: Data Explorer
28-
href: ../../data-explorer/pricing-reserved-capacity.md?toc=/azure/cost-management-billing/reservations/toc.json
28+
href: /azure/data-explorer/pricing-reserved-capacity?toc=/azure/cost-management-billing/reservations/toc.json
2929
- name: Disk Storage
3030
href: ../../virtual-machines/linux/disks-reserved-capacity.md?toc=/azure/cost-management-billing/reservations/toc.json
3131
- name: Dedicated Host

articles/cost-management-billing/reservations/understand-azure-data-explorer-reservation-charges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you have questions or need help, [create a support request](https://go.micros
6060

6161
To learn more about Azure reservations, see the following articles:
6262

63-
* [Prepay for Azure Data Explorer compute resources with Azure Azure Data Explorer reserved capacity](../../data-explorer/pricing-reserved-capacity.md)
63+
* [Prepay for Azure Data Explorer compute resources with Azure Azure Data Explorer reserved capacity](/azure/data-explorer/pricing-reserved-capacity)
6464
* [What are reservations for Azure](save-compute-costs-reservations.md)
6565
* [Manage Azure reservations](manage-reserved-vm-instance.md)
6666
* [Understand reservation usage for your Pay-As-You-Go subscription](understand-reserved-instance-usage.md)

articles/data-explorer/anomaly-detection.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)