exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 5 question 150 discussion

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

You have an Azure subscription.

You are creating a new Azure container instance that will have the following settings:

• Container name: cont1
• SKU: Standard
• OS type: Windows
• Networking type: Public
• Memory (GiB): 2.5
• Number of CPU cores: 2

You discover that the Private setting for Networking type is unavailable.

You need to ensure that cont1 can be configured to use private networking.

Which setting should you change?

  • A. Memory (GiB)
  • B. Networking type
  • C. Number of CPU cores
  • D. OS type
  • E. SKU
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
0byte
Highly Voted 1 year ago
Selected Answer: B
I've just tried to create a new Windows container with private networking and was successfull. The notification about private networking not being available to Windows is gone as well.
upvoted 26 times
duongduong_me
2 months, 1 week ago
B. I have checked on Azure portal, It allows us to create Windows container with private networking
upvoted 1 times
...
Josh219
3 months, 1 week ago
Do your research next time :-) https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Correct answer is B: OS type
upvoted 2 times
...
wubehms
1 year ago
Yes, it's true. I checked and I confirm that the notification about the unavailability of the private network for Windows has disappeared.
upvoted 9 times
...
...
SkyZeroZx
Highly Voted 1 year, 1 month ago
Okay how is this supposed to determine that I can be a solutions architect?
upvoted 13 times
...
Josh219
Most Recent 1 month, 1 week ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Answer is D: OS type
upvoted 2 times
...
Mitko_V_Milkov
1 month, 2 weeks ago
Selected Answer: D
To configure an Azure Container Instance (ACI) with private networking, the OS type must be set to Linux, as private networking is not supported for Windows containers in Azure Container Instances.
upvoted 1 times
...
adilkhan
1 month, 3 weeks ago
Selected Answer: D
Azure Container Instances (ACI) supports private networking only for containers running on Linux OS. Changing the OS type from Windows to Linux will allow you to use the private networking type.
upvoted 2 times
...
Tayhull2023
2 months ago
Selected Answer: D
For anyone confused about this question, I would just make sure you read it carefully. The question states "You discover that the Private setting for Networking type is unavailable." - This would lead me to believe the answer would be OS Type, and if this question has been updated this part of the question shouldn't be there. If that statement is there answer = OS Type If that part of the question has been changed I would go with = Networking Type My two cents anway.
upvoted 2 times
...
Josh219
3 months, 1 week ago
Selected Answer: D
For all saying B, check the link. Don't misguide before researching https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Correct answer is D: OS type (Previous comment I said B is correct by mistake in the end. ignore it) :-)
upvoted 1 times
danlo
2 months, 3 weeks ago
I selected the MCR Windows image and it allowed me to choose private without any issues. So maybe B is the answer
upvoted 1 times
...
...
Josh219
3 months, 1 week ago
For all saying B, check the link. Don't misguide before researching https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Correct answer is B: OS type
upvoted 1 times
...
kam1122
3 months, 3 weeks ago
Selected Answer: B
B should be the correct answer
upvoted 1 times
...
Dankho
4 months, 2 weeks ago
Selected Answer: B
It might have been LInux only some time back, but not any more. Was able to create a Windows one in the lab. and saw the options and it says the following: Choose between three networking options for your container instance: 'Public' will create a public IP address for your container instance. 'Private' will allow you to choose a new or existing virtual network for your container instance. 'None' will not create either a public IP or virtual network. You will still be able to access your container logs using the command line.
upvoted 4 times
...
[Removed]
5 months ago
Selected Answer: D
it´s D Switching to private networking is not available for Windows containers. Private networking is only supported for Linux containers. Therefore, to enable private networking you need to change the OS type from Windows to Linux.
upvoted 2 times
Josh219
3 months, 1 week ago
Wrong https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Correct answer is B: OS type
upvoted 1 times
Infraestructura
1 month, 2 weeks ago
Incorrecto tu respuesta incorrecta, La respuesta correcta es "D: Tipo de sistema operativo" Semo0o0o0o está bien en su respuesta.
upvoted 1 times
...
...
...
60ties
8 months ago
Selected Answer: D
On this link: https://learn.microsoft.com/en-us/azure/container-instances/media/container-instances-quickstart-portal/qs-portal-04.png it is mentioned: "'Private': (...) this is not yet available for windows containers"
upvoted 4 times
...
learnazureportal
8 months, 2 weeks ago
I believe the main keyword was missing in the question. see the details below to enable private networking for Azure Container Instances (ACI), you need to select the Premium SKU instead of the Standard SKU! The Standard SKU does not support private networking.
upvoted 3 times
...
090200f
8 months, 3 weeks ago
answer is : B Networking type
upvoted 1 times
090200f
8 months, 3 weeks ago
Public' will create a public IP address for your container instance. 'Private' will allow you to choose a new or existing virtual network for your container instance. 'None' will not create either a public IP or virtual network. You will still be able to access your container logs using the command line.
upvoted 1 times
...
...
WeepingMaplte
9 months, 2 weeks ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/container-instances/media/container-instances-quickstart-portal/qs-portal-04.png
upvoted 4 times
...
Fearless777
9 months, 2 weeks ago
Azure Container Instances (ACI) support private networking, but there are specific limitations based on the OS type: Linux Containers: ACI supports private networking for Linux containers, allowing them to be deployed within a virtual network. Windows Containers: As of the latest updates, private networking for Windows containers is not supported. Current Configuration: OS type: Windows Required Configuration for Private Networking: OS type: Linux Correct Setting to Change: D. OS type By changing the OS type from Windows to Linux, you enable the option to use private networking for your Azure Container Instance. The other settings (Memory, Networking type, Number of CPU cores, SKU) do not impact the availability of the private networking feature. Thus, to ensure that cont1 can be configured to use private networking, you should change the OS type from Windows to Linux.
upvoted 1 times
...
L3w1s
9 months, 3 weeks ago
Selected Answer: D
Private networking for Azure Container Instances is not supported for Windows containers. It is only supported for Linux containers. Other Options: Networking type: While you might like to change the networking type, the "Private" option is unavailable for Windows containers. So OS type is the answer. Ref: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal
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