Azure
What DNS record type is set when mapping the IP Address for a Web App to a Custom Domain?
A
Correct Answer!CNAMETXTMXShow Answer!
What DNS record type is set when mapping a Custom Domain to be an alias for the default {sitename}.azurewebsites.net domain name assigned to a...
CNAME
Correct Answer!AMXTXTShow Answer!
Only a single Application can be hosted within a Web App. Multiple Web Apps need to be created to host multiple applications.
False
Correct Answer!TrueShow Answer!
When using the PHP support built in to Azure Web Apps, do you need to manually configure the PHP Request Handler mapping?
No
Correct Answer!YesShow Answer!
Both Connection Strings and App Settings can be modified when accessed from application code?
False
Correct Answer!TrueShow Answer!
For a non .NET app, which prefix is used for accessing a Connection String for a SQL Azure database from the Environment Variables?
SQLAZURECONNSTR_
Correct Answer!SQLCONNSTR_CUSTOM_CONNSTR_MYSQLCONNSTR_Show Answer!
How are App Settings accessed from a non .NET application, such as Node.js, Python, PHP or Java?
Environment Variables
Correct Answer!ConfigurationManager.AppSettingsShow Answer!
How are App Settings accessed from a .NET application?
ConfigurationManager.AppSettings
Correct Answer!Environment VariablesShow Answer!
Two Web Apps can not share the same web hosting plan.
False
Correct Answer!TrueShow Answer!
Where are all deployment slots for the same Web App hosted?
Within the same virtual machine (VM) instance as the Production deployment slot
Correct Answer!Within the same physical machine as the Production deployment slot...
When creating an Azure Web App, a production deployment slot is automatically provisioned that represents your live Web App.
True
Correct Answer!FalseShow Answer!
What is a determining factor as to whether or not a virtual machine can have multiple NICs connected to it?
VM Size
Correct Answer!Network Configuration fileThe Vnets that connected with VMRouting gatewaysShow Answer!
VPN Gateway must used to provide the connection between the VNets of _?
All of the options
Correct Answer!Same RegionDifferent SubscriptionDifferent RegionShow Answer!
What is Scale Out in Azure?
Increases instances
Correct Answer!Increases Compute and MemoryDecrease Compute and MemoryDecreases instancesShow Answer!
Which storage type should you use for streaming audio and video files?
Blob
Correct Answer!QueuesFilesTablesShow Answer!