Skip to content

Commit f13fb33

Browse files
Merge pull request #280183 from andyzhangx/patch-97
remove AzureStorageIdentityObjectID param since it's deprecated
2 parents c999d2b + ae564af commit f13fb33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77
ms.author: tamram
88
ms.topic: article
99
ms.subservice: aks-storage
10-
ms.date: 04/22/2024
10+
ms.date: 07/08/2024
1111
---
1212

1313
# Create and use a volume with Azure Blob storage in Azure Kubernetes Service (AKS)
@@ -270,7 +270,6 @@ The following table includes parameters you can use to define a persistent volum
270270
|--- | **Following parameters are only for feature: blobfuse<br> [Managed Identity and Service Principal Name authentication](https://github.com/Azure/azure-storage-fuse#environment-variables)** | --- | --- |--- |
271271
|volumeAttributes.AzureStorageAuthType | Specify the authentication type. | `Key`, `SAS`, `MSI`, `SPN` | No | `Key`|
272272
|volumeAttributes.AzureStorageIdentityClientID | Specify the Identity Client ID. | | No ||
273-
|volumeAttributes.AzureStorageIdentityObjectID | Specify the Identity Object ID. | | No ||
274273
|volumeAttributes.AzureStorageIdentityResourceID | Specify the Identity Resource ID. | | No ||
275274
|volumeAttributes.MSIEndpoint | Specify the MSI endpoint. | | No ||
276275
|volumeAttributes.AzureStorageSPNClientID | Specify the Azure Service Principal Name (SPN) Client ID. | | No ||

0 commit comments

Comments
 (0)