Share via


BatchNode.CertificateReferences Property

Definition

For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location. For Linux Compute Nodes, the Certificates are stored in a directory inside the Task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the Task to query for this location. For Certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and Certificates are placed in that directory. Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

public System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.BatchCertificateReference> CertificateReferences { get; }
member this.CertificateReferences : System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.BatchCertificateReference>
Public ReadOnly Property CertificateReferences As IReadOnlyList(Of BatchCertificateReference)

Property Value

Applies to