Skip to content

Commit d818cdf

Browse files
committed
Fix files
2 parents 3595e0a + fe60f97 commit d818cdf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/azure-netapp-files/azure-netapp-files-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: anfdocs
1111

1212
# What is Azure NetApp Files?
1313

14-
Azure NetApp Files is an Azure native, first-party, enterprise-class, high-performance file storage service. It provides _Volumes as a service_ for which you can create NetApp accounts, capacity pools, and volumes. You can also select service and performance levels and manage data protection. You can create and manage high-performance, highly available, and scalable file shares by using the same protocols and tools that you're familiar with and enterprise applications that rely on on-premises.
14+
Azure NetApp Files is an Azure native, first-party, enterprise-class, high-performance file storage service. It provides _Volumes as a service_ for which you can create NetApp accounts, capacity pools, and volumes. You can also select service and performance levels and manage data protection. You can create and manage high-performance, highly available, and scalable file shares by using the same protocols and tools that you're familiar with and rely on on-premises.
1515

1616
Key attributes of Azure NetApp Files are:
1717

articles/energy-data-services/how-to-enable-cors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ You can set CORS rules for each Azure Data Manager for Energy instance. When you
4040
[![Screenshot of adding new origin.](media/how-to-enable-cors/enable-cors-5.png)](media/how-to-enable-cors/enable-cors-5.png#lightbox)
4141
1. For deleting an existing allowed origin use the icon.
4242
[![Screenshot of deleting the existing origin.](media/how-to-enable-cors/enable-cors-6.png)](media/how-to-enable-cors/enable-cors-6.png#lightbox)
43-
1. If * ( wildcard all) is added in any of the allowed origins then please ensure to delete all the other individual allowed origins.
43+
1. If * (wildcard all) is added in any of the allowed origins then please ensure to delete all the other individual allowed origins.
4444
1. Once the Allowed origin is added, the state of resource provisioning is in “Accepted” and during this time further modifications of CORS policy will not be possible. It takes 15 mins for CORS policies to be updated before update CORS window is available again for modifications.
45-
[![Screenshot of CORS update window set out.](media/how-to-enable-cors/enable-cors-7.png)](media/how-to-enable-cors/enable-cors-7.png#lightbox)
45+
[![Screenshot of CORS update window set out.](media/how-to-enable-cors/cors-update-window.png)](media/how-to-enable-cors/cors-update-window.png#lightbox)
4646

4747
## How are CORS rules evaluated?
4848
CORS rules are evaluated as follows:
607 KB
Loading
Binary file not shown.

articles/service-fabric/how-to-managed-cluster-application-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 07/11/2022
9+
ms.date: 04/08/2024
1010
---
1111

1212
# Deploy application secrets to a Service Fabric managed cluster
@@ -46,7 +46,7 @@ For managed clusters you'll need three values, two from Azure Key Vault, and one
4646
Parameters:
4747
* `Source Vault`: This is the
4848
* e.g.: /subscriptions/{subscriptionid}/resourceGroups/myrg1/providers/Microsoft.KeyVault/vaults/mykeyvault1
49-
* `Certificate URL`: This is the full object identifier and is case-insensitive and immutable
49+
* `Certificate URL`: This is the full Key Vault secret identifier and is case-insensitive and immutable
5050
* https://mykeyvault1.vault.azure.net/secrets/{secretname}/{secret-version}
5151
* `Certificate Store`: This is the local certificate store on the nodes where the cert will be placed
5252
* certificate store name on the nodes, e.g.: "MY"

0 commit comments

Comments
 (0)