exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 4 question 117 discussion

Actual exam question from Microsoft's AZ-104
Question #: 117
Topic #: 4
[All AZ-104 Questions]

Case study -

This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.

To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.

At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.


To start the case study -
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.


Overview -

ADatum Corporation is consulting firm that has a main office in Montreal and branch offices in Seattle and New York.


Existing Environment -


Azure Environment -

ADatum has an Azure subscription that contains three resource groups named RG1, RG2, and RG3.

The subscription contains the storage accounts shown in the following table.



The subscription contains the virtual machines shown in the following table.



The subscription has an Azure container registry that contains the images shown in the following table.



The subscription contains the resources shown in the following table.




Azure Key Vault -

The subscription contains an Azure key vault named Vault1.

Vault1 contains the certificates shown in the following table.



Vault1 contains the keys shown in the following table.




Microsoft Entra Environment -

ADatum has a Microsoft Entra tenant named adatum.com that is linked to the Azure subscription and contains the users shown in the following table.



The tenant contains the groups shown in the following table.



The adatum.com tenant has a custom security attribute named Attribute1.


Planned Changes -

ADatum plans to implement the following changes:

• Configure a data collection rule (DCR) named DCR1 to collect only system events that have an event ID of 4648 from VM2 and VM4.
• In storage1, create a new container named cont2 that has the following access policies: o Three stored access policies named Stored1, Stored2, and Stored3 o A legal hold for immutable blob storage
• Whenever possible, use directories to organize storage account content.
• Grant User1 the permissions required to link Zone1 to VNet1.
• Assign Attribute1 to supported adatum.com resources.
• In storage2, create an encryption scope named Scope1.
• Deploy new containers by using Image1 or Image2.


Technical Requirements -

ADatum must meet the following technical requirements:

• Use TLS for WebApp1.
• Follow the principle of least privilege.
• Grant permissions at the required scope only.
• Ensure that Scope1 is used to encrypt storage services.
• Use Azure Backup to back up cont1 and share1 as frequently as possible.
• Whenever possible, use Azure Disk Encryption and a key encryption key (KEK) to encrypt the virtual machines.


You need to configure WebApp1 to meet the technical requirements.

Which certificate can you use from Vault1?

  • A. Cert1 only
  • B. Cert1 or Cert2 only
  • C. Cert1 or Cert3 only
  • D. Cert3 or Cert4 only
  • E. Cert1, Cert2 Cert3, or Cert4
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
58b2872
1 month, 1 week ago
Selected Answer: B
Cert1 and Cert2 meet the requirements as they are in PKCS#12 format and have valid key sizes.
upvoted 1 times
...
TodRose
3 months ago
Selected Answer: B
The answer is correct B. Azure App Service doesn't directly accept PEM format. Instead, you need to convert the PEM file into a PFX
upvoted 2 times
...
Adx_YT
4 months ago
Selected Answer: E
Technically all CAN be used
upvoted 2 times
...
Megabyte10
4 months, 1 week ago
Selected Answer: B
B is the practical answer. The answer the test wants.
upvoted 2 times
...
Dankho
4 months, 2 weeks ago
Selected Answer: B
2nd time voting sorry... Gemini seems to prefer B. B. Cert1 or Cert2 only Here's the explanation: PKCS#12 format certificates are generally more versatile and can be used in various scenarios, including Azure Key Vault. PEM format certificates, while widely used, may have limitations in certain Azure services.
upvoted 3 times
...
Dankho
4 months, 2 weeks ago
Selected Answer: E
I'm going to go out on a limb and say that they all can be used, I mean all of you are saying it but not saying it.
upvoted 1 times
...
Dankho
4 months, 3 weeks ago
Selected Answer: D
Technically they can all be used. If you see DER content type or DSA Key Type, or low sizes like 512 or 1024 then you don't want to use, at least that's what I got after my conversation with d
upvoted 1 times
...
akinz
4 months, 3 weeks ago
I still think option B is correct . Though both PEM and pfx would work, with .pem requiring conversion to pfx . I think you can only import pfx certificate from the vault. See https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex%2CRBAC#import-a-certificate-from-key-vault. Note you should be able to use both key length ; 2k /4k
upvoted 3 times
...
[Removed]
5 months, 1 week ago
Selected Answer: B
B is correct All of these certificates can be used to configure TLS for WebApp1, but PKCS#12 is typically the more straightforward option in Azure Web Apps. To meet the technical requirements, especially following the principle of least privilege and proper scope of permissions, the best certificates are Cert1 or Cert2.
upvoted 1 times
...
155e6a0
5 months, 2 weeks ago
E is correct although PFX or P12 are mostly used with Windows and PEM are mostly used with Apache Linux.
upvoted 1 times
...
Jo696
5 months, 3 weeks ago
Selected Answer: B
This is a tricky one as technically you can use both, PEM would just require converting to PKCS#12. I think as there is an extra step involved, maybe B....
upvoted 2 times
...
Sickcnt
5 months, 3 weeks ago
Selected Answer: B
Voting B
upvoted 2 times
Sickcnt
5 months, 3 weeks ago
Sorry, I have tested in azure, We can use Cert 1 + 2 + 3 + 4 so should have voted E.
upvoted 1 times
...
...
6c05b3d
6 months ago
The correct answer is: B. Cert1 or Cert2 only These certificates are in PKCS#12 format, which is ideal for use with TLS on WebApp1. .................................................................................................................................... Cert3 and Cert4 are in PEM format. While PEM can be used for TLS, it usually requires the server to support PEM format certificates, which is less common in Azure Web Apps directly.
upvoted 4 times
12Micha
5 months, 4 weeks ago
Less common but it technically works with the question "Which certificate can you use from Vault1" so the answer should be D?
upvoted 3 times
...
...
siheom
6 months, 1 week ago
Selected Answer: D
VOTE D
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago