Skip to content

Commit a780682

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mrb_08_08_2024_usage_tier
2 parents c6aaced + 80445f8 commit a780682

File tree

5 files changed

+8
-37
lines changed

5 files changed

+8
-37
lines changed

articles/app-service/includes/quickstart-python/deploy-zip-file.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,14 @@ zip -r <file-name>.zip . -x '.??*'
5050

5151
### Upload the ZIP file to Azure
5252

53-
Once you have a ZIP file, the file can be uploaded to Azure using either Azure CLI or an HTTP client like Postman or cURL.
53+
Once you have a ZIP file, the file can be uploaded to Azure using either Azure CLI or an HTTP client like cURL.
5454

5555
#### [Azure CLI](#tab/deploy-instructions-zip-azcli)
5656

5757
The [az webapp deploy](/cli/azure/webapp#az-webapp-deploy) command can be used to upload and deploy a zip file to Azure.
5858

5959
[!INCLUDE [Azure CLI deploy commands](./deploy-zip-cli-commands.md)]
6060

61-
#### [Postman](#tab/deploy-instructions-zip-postman)
62-
63-
To use [Postman](https://www.postman.com/downloads/) to upload your ZIP file to Azure, you will need the deployment username and password for your App Service. These credentials can be obtained from the Azure portal.
64-
65-
1. On the page for the web app, select **Deployment center** from the menu on the left side of the page.
66-
1. Select the **FTPS credentials** tab.
67-
1. The **Username** and **Password** are shown under the **Application scope** heading. For zip file deployments, only use the part of the username after the `\` character that starts with a `$`, for example `$msdocs-python-webapp-quickstart-123`. These credentials will be needed when uploading your zip file with Postman.
68-
69-
:::image type="content" source="../../media/quickstart-python/deploy-zip-azure-portal-get-username-600px.png" alt-text="A screenshot showing the location of the deployment credentials in the Azure portal." lightbox="../../media/quickstart-python/deploy-zip-azure-portal-get-username.png":::
70-
71-
In Postman, upload your file using the following steps.
72-
73-
| Instructions | Screenshot |
74-
|:----------------|-----------:|
75-
| [!INCLUDE [Postman upload step 1](./deploy-zip-postman-1.md)] | :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-1-240px.png" alt-text="A screenshot showing how to create a new POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-1.png"::: |
76-
| [!INCLUDE [Postman upload step 2](./deploy-zip-postman-2.md)] | :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-2-240px.png" alt-text="A screenshot showing how to configure basic authorization for a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-2.png"::: |
77-
| [!INCLUDE [Postman upload step 3](./deploy-zip-postman-3.md)] | :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-3-240px.png" alt-text="A screenshot showing how to select a file for a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-3.png"::: |
78-
| [!INCLUDE [Postman upload step 4](./deploy-zip-postman-4.md)] | :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-4-240px.png" alt-text="A screenshot showing how to send a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-4.png"::: |
79-
8061
#### [cURL](#tab/deploy-instructions-zip-curl)
8162

8263
To use cURL to upload your ZIP file to Azure, you will need the deployment username and password for your App Service. These credentials can be obtained from the Azure portal.

articles/azure-monitor/containers/prometheus-metrics-scrape-crd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ms.reviewer: aul
77
---
88
# Customize collection using CRDs (Service and Pod Monitors)
99

10-
> [!NOTE]
11-
> CRD support with Managed Prometheus is currently in preview.
1210

1311
The enablement of Managed Prometheus automatically deploys the custom resource definitions (CRD) for [pod monitors](https://github.com/Azure/prometheus-collector/blob/main/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-podmonitor-crd.yaml) and [service monitors](https://github.com/Azure/prometheus-collector/blob/main/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/templates/ama-metrics-servicemonitor-crd.yaml). These custom resource definitions are the same custom resource definitions (CRD) as [OSS Pod monitors](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.PodMonitor) and [OSS service monitors](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#monitoring.coreos.com/v1.ServiceMonitor) for Prometheus, except for a change in the group name. If you have existing Prometheus CRDs and custom resources on your cluster, these CRDs won't conflict with the CRDs created by the add-on. At the same time, the managed Prometheus addon does not pick up the CRDs created for the OSS Prometheus. This separation is intentional for the purposes of isolation of scrape jobs.
1412

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 07/30/2024
8+
ms.date: 08/08/2024
99
ms.author: anfdocs
1010
---
1111
# Create a capacity pool for Azure NetApp Files
@@ -78,18 +78,6 @@ Creating a capacity pool enables you to create volumes within it.
7878
7979
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
8080
81-
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
82-
83-
1. Register the feature:
84-
```azurepowershell-interactive
85-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
86-
```
87-
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
88-
```azurepowershell-interactive
89-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
90-
```
91-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
92-
9381
4. Select **Create**.
9482
9583
The **Capacity pools** page shows the configurations for the capacity pool.

articles/azure-netapp-files/double-encryption-at-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 05/29/2024
8+
ms.date: 08/08/2024
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -19,7 +19,7 @@ When data is transported over networks, additional encryption such as Transport
1919

2020
Azure NetApp Files double encryption at rest provides two levels of encryption protection: both a hardware-based encryption layer (encrypted SSD drives) and a software-encryption layer. The hardware-based encryption layer resides at the physical storage level, using FIPS 140-2 certified drives. The software-based encryption layer is at the volume level completing the second level of encryption protection.
2121

22-
If you are using this feature for the first time, you need to [register for the feature](azure-netapp-files-set-up-capacity-pool.md#encryption_type) and then create a double-encryption capacity pool. For details, see [Create a capacity pool for Azure NetApp Files](azure-netapp-files-set-up-capacity-pool.md).
22+
If you are using this feature for the first time, you need to create a double-encryption capacity pool. For details, see [Create a capacity pool for Azure NetApp Files](azure-netapp-files-set-up-capacity-pool.md).
2323

2424
When you create a volume in a double-encryption capacity pool, the default key management (the **Encryption key source** field) is `Microsoft Managed Key`, and the other choice is `Customer Managed Key`. Using customer-managed keys requires additional preparation of an Azure Key Vault and other details. For more information about using volume encryption with customer managed keys, see [Configure customer-managed keys for Azure NetApp Files volume encryption](configure-customer-managed-keys.md).
2525

articles/azure-netapp-files/whats-new.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.author: anfdocs
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17+
## August 2024
18+
19+
* [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) is now generally available (GA).
20+
1721
## July 2024
1822

1923
* Availability zone volume placement enhancement - [**Populate existing volumes**](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information) is now generally available (GA).

0 commit comments

Comments
 (0)