NEW
Font size
WorksheetsAZ-204-Module-1
Total questions: 19
Worksheet time: 4mins
If I want to host a Java website in Azure, the only option I have is to deploy the code to Azure App Service.
Yes
No
App Service supports SMB based hosting.
True
False
App Service supports CI/CD
True
False
Can a Customer select the background VM OS as 'Linux' while creating App Service?
Yes
No
You can't deploy a web application to App Service if it doesn't provide the target framework in the dropdown (While creating App Service)
True
False
Select the Pricing tier which doesn't support Auto-Scale
Basic
Standard
Isolated
Premium
Free Tier only provides 1 hour Hosting with No-dedicated compute allocation.
True
False
Can an App Service belonging to Central-India region, have it's app service plan belonging to East-US region?
Yes
No
AS1 is an app service with OS type as 'windows' pointing to ASP1. Can AS2 with OS type as 'Linux' be created using the same ASP?
No
Yes
Can 2 different App Services with different Runtime Stacks run on the same ASP?
Yes
No
If Scale Up = Vertical Scaling
& Scale down = Horizontal Scaling
then Auto-scale means Scale-Out or Scale-Up
Scale Out
Scale Up
Can CI/CD be configured for an app service's Non-Production deployment Slot?
Yes
No
If you want to integrate Azure AD's authentication then you need to write explicit code.
Yes
No
Isolated Pricing Tier is deployed in Single Tenant Network.
True
False
If you want to blacklist an IP address from accessing your App Service URL, which Inbound Feature can you use?
Private endpoints
App Assigned Address
Service Endpoints
None of the Above.
Can you change the Runtime stack of an app service after it's creation?
Yes
No
In order to persist a volume in App Service Container, what should you do?
Create File share and mount it to App Service Container.
No need to mount, It is automatically mounted with some storage.
Perform Virtual Directory mapping.
None of the above.
If you have swapped 'Beta-Slot' with production Slot, and there is a critical bug found, what would you do?
Re-deploy the last stable application.
Swap Prod slot with Beta Slot again
Remote debug the app service.
None of the above.
Which Pricing Tier Doesn't support Deployment Slot?
Standard
Isolated
Premium
Basic
