Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 1 question 12 discussion

Actual exam question from Microsoft's AZ-204
Question #: 12
Topic #: 1
[All AZ-204 Questions]

You are creating an Azure key vault using PowerShell. Objects deleted from the key vault must be kept for a set period of 90 days.
Which two of the following parameters must be used in conjunction to meet the requirement? (Choose two.)

  • A. EnabledForDeployment
  • B. EnablePurgeProtection
  • C. EnabledForTemplateDeployment
  • D. EnableSoftDelete
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
forgetfulalligator
Highly Voted 1 month, 3 weeks ago
Selected Answer: BD
The EnablePurgeProtection parameter prevents the deletion of key vault objects by enabling purge protection. This parameter ensures that objects deleted from the key vault cannot be permanently deleted until the purge protection period has expired. The EnableSoftDelete parameter allows the key vault to retain deleted objects for a specified duration. This parameter enables soft delete, which allows the key vault to retain deleted objects for a specified period of time (90 days in this case) before they are permanently deleted.
upvoted 12 times
...
TheFivePips
Most Recent 2 months, 3 weeks ago
Selected Answer: BD
Soft Delete is necessary to create a recoverable state for deleted objects. Without it, objects are immediately and permanently deleted, and Purge Protection has nothing to protect. Purge Protection enhances the security provided by Soft Delete by ensuring that once an object is soft-deleted, it cannot be purged until after the retention period.
upvoted 1 times
...
vincent_huang
4 months, 2 weeks ago
Selected Answer: BD
BD is correct.
upvoted 1 times
...
Archana_G
6 months, 1 week ago
Selected Answer: BD
BD is correct.
upvoted 1 times
...
viking2
1 year, 4 months ago
Selected Answer: BD
BD is correct. You'll need to enable soft delete, and then purge protection to make sure that soft-deleted objects are not purged early.
upvoted 4 times
...
UkadikeToch
1 year, 5 months ago
BD EnabledForDeployment is a property of Azure Key Vault that allows you to control whether the Key Vault can be deployed as part of an Azure Resource Manager (ARM) template deployment. When EnabledForDeployment is set to true, it means that the Key Vault can be included in ARM templates and deployed using Azure Resource Manager. EnablePurgeProtection is a property of Azure Key Vault's soft delete feature. When EnablePurgeProtection is set to true, it ensures that deleted Key Vault entities (such as secrets, keys, or certificates) cannot be permanently deleted immediately. EnabledForTemplateDeployment is a property of Azure Key Vault that determines whether the Key Vault can be deployed as part of an Azure Resource Manager (ARM) template deployment. EnableSoftDelete is a property of Azure Key Vault that enables the soft delete feature for the Key Vault. Soft delete allows you to recover deleted entities (secrets, keys, or certificates) within a specified retention period, even after they have been deleted.
upvoted 3 times
...
AZAdam22
1 year, 6 months ago
Selected Answer: BD
You need soft delete (D) to retain deleted objects for up to 90 days, and you need purge protection (B) to prevent deleted objects from being purged until 90 days have passed, as it says 90 "set" days.
upvoted 1 times
...
uffuchsi
1 year, 9 months ago
B, and C. Purge defines how long a blob is 'alive' before it can be deleted. Soft delete allows you to recover mistakenly deleted blobs
upvoted 1 times
uffuchsi
1 year, 9 months ago
Mis-type, meant to be B, and D
upvoted 1 times
...
...
alexein74
1 year, 9 months ago
B. EnablePurgeProtection D. EnableSoftDelete To meet the requirement of keeping objects deleted from the key vault for 90 days, you need to use the EnablePurgeProtection and EnableSoftDelete parameters when creating the key vault using PowerShell. EnablePurgeProtection prevents the key vault from being permanently deleted before the soft-delete retention period has elapsed. EnableSoftDelete allows deleted vault and its contents to be retained and recoverable for the specified number of days.
upvoted 3 times
...
HafizSalmanMalik
1 year, 10 months ago
Correct options are B. EnablePurgeProtection D. EnableSoftDelete
upvoted 3 times
...
Topic9
1 year, 10 months ago
B & D.
upvoted 1 times
...
elequiel
2 years ago
Selected Answer: BD
Correct.
upvoted 2 times
...
OPT_001122
2 years ago
Selected Answer: BD
correct - B and D
upvoted 1 times
...
Magis
2 years ago
Selected Answer: BD
Correct.
upvoted 2 times
...
helnik
2 years ago
correct b, d
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...