Skip to content

Commit bbcefd3

Browse files
Merge pull request #245573 from MikeRayMSFT/20230719-freshness
Freshness update to most frequently visited Arc data articles
2 parents 72b1fe1 + dfe0073 commit bbcefd3

9 files changed

+23
-22
lines changed

articles/azure-arc/data/connectivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ ms.subservice: azure-arc-data
77
author: twright-msft
88
ms.author: twright
99
ms.reviewer: mikeray
10-
ms.date: 03/30/2022
10+
ms.date: 07/19/2023
1111
ms.topic: conceptual
1212
---
1313

1414
# Connectivity modes and requirements
1515

16+
This article describes the connectivity modes available for Azure Arc-enabled data services, and their respective requirements.
1617

1718
## Connectivity modes
1819

articles/azure-arc/data/delete-azure-resources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Delete resources from Azure
3-
description: Delete resources from Azure
2+
title: Delete resources from Azure Arc-enabled data services
3+
description: Describes how to delete resources from Azure Arc-enabled data services
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data
77
ms.custom: devx-track-azurecli
88
author: twright-msft
99
ms.author: twright
1010
ms.reviewer: mikeray
11-
ms.date: 11/03/2021
11+
ms.date: 07/19/2023
1212
ms.topic: how-to
1313
---
1414

@@ -19,6 +19,8 @@ This article describes how to delete Azure Arc-enabled data service resources fr
1919
> [!WARNING]
2020
> When you delete resources as described in this article, these actions are irreversible.
2121
22+
The information in this article applies to resources in Azure Arc-enabled data services. To delete resources in Azure, review the information at [Azure Resource Manager resource group and resource deletion](../../azure-resource-manager/management/delete-resource-group.md).
23+
2224
## Before
2325

2426
Before you delete a resource such as Azure Arc SQL managed instance or Azure Arc data controller, you need to export and upload the usage information to Azure for accurate billing calculation by following the instructions described in [Upload billing data to Azure - Indirectly connected mode](view-billing-data-in-azure.md#upload-billing-data-to-azure---indirectly-connected-mode).
@@ -35,8 +37,6 @@ From Azure portal:
3537
3. Optionally delete the Custom Location that the Azure Arc data controller is deployed to.
3638
4. Optionally, you can also delete the namespace on your Kubernetes cluster if there are no other resources created in the namespace.
3739

38-
39-
4040
See [Manage Azure resources by using the Azure portal](../../azure-resource-manager/management/manage-resources-portal.md).
4141

4242
## Indirect connectivity mode

articles/azure-arc/data/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.topic: landing-page
1212
author: MikeRayMSFT
1313
ms.author: mikeray
14-
ms.date: 12/16/2020
14+
ms.date: 07/19/2023
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
1717

articles/azure-arc/data/managed-instance-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data-sqlmi
77
author: dnethi
88
ms.author: dinethi
99
ms.reviewer: mikeray
10-
ms.date: 07/30/2021
10+
ms.date: 07/19/2023
1111
ms.topic: overview
1212
---
1313

articles/azure-arc/data/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: What are Azure Arc-enabled data services
3-
description: Introduces Azure Arc-enabled data services
2+
title: Introducing Azure Arc-enabled data services
3+
description: Describes Azure Arc-enabled data services
44
ms.custom: references_regions
55
author: twright-msft
66
ms.author: twright
77
ms.reviewer: mikeray
88
services: azure-arc
99
ms.service: azure-arc
1010
ms.subservice: azure-arc-data
11-
ms.date: 07/30/2021
11+
ms.date: 07/19/2023
1212
ms.topic: overview
1313
# Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc-enabled data services so that I can leverage the capability of the feature.
1414
---

articles/azure-arc/data/plan-azure-arc-data-services.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data
77
author: dnethi
88
ms.author: dinethi
99
ms.reviewer: mikeray
10-
ms.date: 11/03/2021
10+
ms.date: 07/19/2023
1111
ms.topic: how-to
1212
---
1313
# Plan an Azure Arc-enabled data services deployment
@@ -28,7 +28,8 @@ In order to experience Azure Arc-enabled data services, you'll need to complete
2828
1. [Install client tools](install-client-tools.md).
2929

3030
1. Register the Microsoft.AzureArcData provider for the subscription where the Azure Arc-enabled data services will be deployed, as follows:
31-
```console
31+
32+
```azurecli
3233
az provider register --namespace Microsoft.AzureArcData
3334
```
3435

@@ -64,6 +65,7 @@ Verify that:
6465
- The other [client tools](install-client-tools.md) are installed.
6566
- You have access to the Kubernetes cluster.
6667
- Your *kubeconfig* file is configured. It should point to the Kubernetes cluster that you want to deploy to. To verify the current context of the cluster, run the following command:
68+
6769
```console
6870
kubectl cluster-info
6971
```

articles/azure-arc/data/resize-persistent-volume-claim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-data-sqlmi
77
author: dnethi
88
ms.author: dinethi
99
ms.reviewer: mikeray
10-
ms.date: 08/29/2022
10+
ms.date: 07/19/2023
1111
ms.topic: how-to
1212
---
1313

@@ -18,7 +18,7 @@ This article explains how to resize an existing persistent volume to increase it
1818
> [!NOTE]
1919
> Resizing PVCs using this method only works your `StorageClass` supports `AllowVolumeExpansion=True`.
2020
21-
When you deploy an Azure Arc enabled SQL managed instance, you can configure the size of the persistent volume (PV) for `data`, `logs`, `datalogs`, and `backups`. The deployment creates these volumes based on the values set by parameters `--volume-size-data`, `--volume-size-logs`, `--volume-size-datalogs`, and `--volume-size-backups`. When these volumes become full, you will need to resize the `PersistentVolumes`. Azure Arc enabled SQL Managed Instance is deployed as part of a `StatefulSet` for both General Purpose or Business Critical service tiers. Kubernetes supports automatic resizing for persistent volumes but not for volumes attached to `StatefulSet`.
21+
When you deploy an Azure Arc-enabled SQL managed instance, you can configure the size of the persistent volume (PV) for `data`, `logs`, `datalogs`, and `backups`. The deployment creates these volumes based on the values set by parameters `--volume-size-data`, `--volume-size-logs`, `--volume-size-datalogs`, and `--volume-size-backups`. When these volumes become full, you will need to resize the `PersistentVolumes`. Azure Arc-enabled SQL Managed Instance is deployed as part of a `StatefulSet` for both General Purpose or Business Critical service tiers. Kubernetes supports automatic resizing for persistent volumes but not for volumes attached to `StatefulSet`.
2222

2323
Following are the steps to resize persistent volumes attached to `StatefulSet`:
2424

@@ -101,7 +101,7 @@ For example: The below command sets the `StatefulSet` replicas to 3.
101101
```
102102
kubectl scale statefulsets sqlmi1 --namespace arc --replicas=3
103103
```
104-
Ensure the Arc enabled SQL managed instance is back to ready status by running:
104+
Ensure the Arc-enabled SQL managed instance is back to ready status by running:
105105

106106
```console
107107
kubectl get sqlmi -A

articles/azure-arc/data/service-tiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.custom: event-tier1-build-2022
88
author: dnethi
99
ms.author: dinethi
1010
ms.reviewer: mikeray
11-
ms.date: 03/01/2022
12-
ms.topic: overview
11+
ms.date: 07/19/2023
12+
ms.topic: conceptual
1313
---
1414

1515
# Azure Arc-enabled SQL Managed Instance service tiers

articles/azure-arc/data/what-is-azure-arc-enabled-postgresql.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ ms.subservice: azure-arc-data-postgresql
77
author: dhanmm
88
ms.author: dhmahaja
99
ms.reviewer: mikeray
10-
ms.date: 11/03/2021
11-
ms.topic: how-to
10+
ms.date: 07/19/2023
11+
ms.topic: conceptual
1212
---
1313

1414
# What is Azure Arc-enabled PostgreSQL server
1515

1616
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
1717

18-
19-
2018
**Azure Arc-enabled PostgreSQL server** is one of the database engines available as part of Azure Arc-enabled data services.
2119

2220
## Compare PostgreSQL solutions provided by Microsoft in Azure

0 commit comments

Comments
 (0)