You are designing a Windows Azure web application.
The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource
record type that will allow you to configure access to the application through a custom domain name.
Which type should you recommend?

A.
A
B.
CNAME
C.
MX
D.
SRV
Answer should B
https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-custom-domain-name
0
0
CNAMEs are only for subdomains. You need the IP for the actual domain. It also says that in the docs. More importantly, you get this restriction in the portal.
0
0
lol CNAMEs are not for subdomains, it’s an alias to ANY other A or CNAME record. I manage 500+ of those in AWS at the moment in our services 😉 .
0
0
Yes,some domain registrars only allow you to map subdomains when using a CNAME record, such as http://www.contoso.com, and not root names, such as contoso.com.
But most of time you just need to creates an alias for the using [myapp].cloudapp.net, no need for the root name.
The answer will be CNAME.
And check this Question, this should be MX:
http://www.briefmenow.org/microsoft/which-dns-record-should-you-add-to-the-contosocom-zone/
0
0
CNAME
A CNAME record maps a specific domain, such as contoso.com or http://www.contoso.com, to a canonical domain name. In this case, the canonical domain name is the [myapp].cloudapp.net domain name of your Azure hosted application. Once created, the CNAME creates an alias for the [myapp].cloudapp.net. The CNAME entry will resolve to the IP address of your [myapp].cloudapp.net service automatically, so if the IP address of the cloud service changes, you do not have to take any action.
0
0
I cleared 70-533 certification this morning with 8xx marks
20 Out of 39 questions came from this dumps
Thanks a lot
0
0
Did you have a total of 39 questions in the exam? I am trying to take it in the upcoming days.
0
0
Me too, im taking exam next week 😉
Jay, do you have any advice about what areas are important to study? Thanks
0
0
Good luck on your exam. I’m going to be checking the answers on this dump, maybe we share some opinions in the comments.
0
0
Thanks Starlin, same to you. Im already doing some comments.
0
0
Same here. I think i will take the exam on the 28th. I have passed all my exams by doing these dumps and learning the answers i got wrong.
0
0
I am writing the exam tomorow
0
0
I ma planing to take this exam in next few weeks. Any other good dumps?
0
0
good luck cheaters-cheaters! :))))))
0
0
If your not cheating your not trying 😛
0
0
BTW, SOME new 243Q 70-533 dumps for your reference:
https://drive.google.com/open?id=0B-ob6L_QjGLpfnV3MVl6X3pXOWw1Z3YtQUpJRVRiTkNkbGNFbVBNRXhjSkw3bWk1WHdYcW8
Best Regards!
0
0
I’m wondering if the answer for this is MX Record, because it says “a DNS record type that will ALLOW you to CONFIGURE access..” it’s not saying a record to direct queries with the custom domain, that would 100% be CNAME or A record.
An MX record is used to verify the custom domain, which you must to in order to allow you to configure access via the custom domain name.
Cheeky bastards…
1
0