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: 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
0byte
Highly Voted 10 months, 3 weeks 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 24 times
duongduong_me
2 weeks, 3 days ago
B. I have checked on Azure portal, It allows us to create Windows container with private networking
upvoted 1 times
...
Josh219
1 month, 3 weeks 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 1 times
...
wubehms
10 months, 2 weeks 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 11 months, 4 weeks ago
Okay how is this supposed to determine that I can be a solutions architect?
upvoted 11 times
...
adilkhan
Most Recent 1 day, 23 hours 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 1 times
...
Tayhull2023
1 week, 2 days 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 1 times
...
Josh219
1 month, 3 weeks 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
1 month 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
1 month, 3 weeks 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
2 months ago
Selected Answer: B
B should be the correct answer
upvoted 1 times
...
Dankho
2 months, 3 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 3 times
...
SeMo0o0o0o
3 months, 1 week 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
1 month, 3 weeks ago
Wrong https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal Correct answer is B: OS type
upvoted 1 times
...
...
60ties
6 months, 2 weeks 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
6 months, 4 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
7 months ago
answer is : B Networking type
upvoted 1 times
090200f
7 months 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
7 months, 3 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
7 months, 4 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
8 months 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
...
bobothewiseman
9 months, 3 weeks ago
Selected Answer: D
OS type Private network is not supported https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart-portal
upvoted 5 times
Ahja666
7 months, 2 weeks ago
This article is out of date probably, 07/28/2022. I've submitted the feedback. I created a container and " Windows not supported" is gone.
upvoted 2 times
...
Hispan
9 months, 2 weeks ago
chatgpt: To configure cont1 to use private networking, you need to change the Networking type. Specifically, switch from Public networking to Private networking. Here’s the adjustment you should make: Change the Networking type from Public to Private. By doing this, cont1 will be configured to use private networking, ensuring that it is accessible only within the specified private network.
upvoted 1 times
...
...
SarathChandra
9 months, 3 weeks ago
Selected Answer: B
B is correct
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago