exam questions

Exam AZ-303 All Questions

View all questions & answers for the AZ-303 exam

Exam AZ-303 topic 1 question 34 discussion

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

You create a container image named Image1 on a developer workstation.
You plan to create an Azure Web App for Containers named WebAppContainer that will use Image1.
You need to upload Image1 to Azure. The solution must ensure that WebAppContainer can use Image1.
To which storage type should you upload Image1?

  • A. an Azure Storage account that contains a blob container
  • B. Azure Container Instances
  • C. Azure Container Registry
  • D. an Azure Storage account that contains a file share
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Configure registry credentials in web app.
App Service needs information about your registry and image to pull the private image. In the Azure portal, go to Container settings from the web app and update the Image source, Registry and save.
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/webapp-on-container-linux

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
certmonster
Highly Voted 4 years, 8 months ago
Dont jump into blob because of the word image1. Recollect the concept and docker file for the image which can direct to correct answer Azure Container Registry
upvoted 44 times
...
xAlx
Highly Voted 4 years, 8 months ago
This is correct: https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/webapp-on-container-linux
upvoted 15 times
...
BalaDxb
Most Recent 3 years, 4 months ago
Selected Answer: C
Answer is C
upvoted 1 times
...
justfordevelopment
3 years, 4 months ago
In the exam on 12-03-2022. Total 50 questions including case study. "Litware Acquired Fabricam" case study.
upvoted 1 times
...
edmacoar123
3 years, 8 months ago
On exam today 19/11/21. Select A. Score 860.
upvoted 3 times
...
AK_2021
3 years, 9 months ago
C is correct.. When you create a WebApp there is an option to publish via Docker Container , or code. When you select Docker Container, the sources can be selected as docker hub image, Container registry image or private registry. Since question talks about using the image 1 specifically, the best option is to put the image in a Azure container registry and use that as the publish source. Tried this in lab and it works.
upvoted 1 times
...
syu31svc
3 years, 11 months ago
App Service needs information about your registry and image to pull the private image. In the Azure portal, go to Container settings from the web app and update the Image source, Registry and save. https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/webapp-on-container-linux?view=azure-devops&tabs=dotnet-core%2Cyaml#deploy-with-azure-web-app-for-container Answer is C
upvoted 2 times
...
MinhajR
3 years, 11 months ago
On Exam 27/08/2021
upvoted 1 times
...
tita_tovenaar
4 years ago
Careful! the answer is NOT C, it’s A. All references in the comments to support answer C are wrong, they show something about container image storage. This is not the question. The question is where to save a picture (Image1) so that a container image, in other words an immutable configuration, can use it. Blob storage is meant for that> https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blobs-introduction
upvoted 2 times
eliteone11
4 years ago
Lol "Image1" is not referring to a picture... The container image is called "Image1"
upvoted 4 times
tita_tovenaar
4 years ago
damn you're right. Misread the whole thing. LOL indeed :-) answer C is correct
upvoted 6 times
...
...
...
randi
4 years, 1 month ago
Duplicate detection window size =========================== This value defaults to 10 minutes for queues and topics, with a minimum value of 20 seconds to a maximum value of 7 days. If the requests are pushed within seconds apart it can't determine duplicates. Because the minimum duplicate identification window is 20 seconds. Enabling duplicate detection and the size of the window directly impact the queue (and topic) throughput, since all recorded message-ids must be matched against the newly submitted message identifier. Keeping the window small means that fewer message-ids must be retained and matched, and throughput is impacted less. For high throughput entities that require duplicate detection, you should keep the window as small as possible. Hope that clears why the answer is correct.
upvoted 2 times
randi
4 years, 1 month ago
Please remove, the wrong question/answer.
upvoted 2 times
...
...
vipin0114
4 years, 1 month ago
Correct Answer
upvoted 1 times
...
TSMRE
4 years, 1 month ago
On exam 6/7/21
upvoted 4 times
...
nfett
4 years, 2 months ago
answer is correct. https://docs.microsoft.com/en-us/azure/container-registry/container-registry-storage Though blob is not wrong either. https://docs.microsoft.com/en-us/azure/storage/blobs/storage-upload-process-images?tabs=dotnet
upvoted 2 times
...
Alasmindas
4 years, 3 months ago
Given answer is correct, although both Blob storage and Container Registry will work in this situation.
upvoted 2 times
...
skr123
4 years, 4 months ago
correct answer was in last week exam.
upvoted 4 times
...
IDking
4 years, 4 months ago
This is correct, see following description: https://docs.microsoft.com/en-us/azure/container-registry/container-registry-storage
upvoted 1 times
...
AustinY
4 years, 5 months ago
was in today's exam
upvoted 3 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 ...