PrepAway - Latest Free Exam Questions & Answers

You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application

You manage a cloud service that utilizes data encryption.
You need to ensure that the certificate used to encrypt data can be accessed by the cloud service
application.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Upload the certificate referenced in the application package.

B.
Deploy the certificate as part of the application package.

C.
Upload the certificate’s public key referenced in the application package.

D.
Use RDP to install the certificate.

Explanation:
The developer must deploy the public key with their application so that, when Windows Azure spins up
role instances, it will match up the thumbprint in the service definition with the uploaded service
certificate and deploy the private key to the role instance. The private key is intentionally non-exportable
to the .pfx format, so you won’t be able to grab the private key through an RDC connection into a role
instance.
Field Note: Using Certificate-Based Encryption in Windows Azure Applications

2 Comments on “You need to ensure that the certificate used to encrypt data can be accessed by the cloud service application

  1. Jack says:

    A

    Your deployment package has been updated to use the certificate, and an HTTPS endpoint has been added. Now you can upload the package and certificate to Azure with the Azure classic portal.




    0



    0
  2. Iain says:

    C

    The explanation given here says
    “The developer must deploy the public key with their application so that, when Windows Azure spins up role instances, it will match up the thumbprint in the service definition with the uploaded service certificate and deploy the private key to the role instance.”
    https://azure.microsoft.com/en-us/blog/field-note-using-certificate-based-encryption-in-windows-azure-applications/

    The Service already has the private key from the installed certificate and it needs to have the corresponding public key on hand to encrypt data with, to allow it to send correctly encrypted data to the incoming connections (who presumably already have the public key installed).




    0



    1

Leave a Reply