100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023 latest Course COMPUTER C 123 Institution Craven Community College Assessment You have an Azure subscription that includes the following web apps: WebApp1, which runs code in a Windows operating syste $11.99   Add to cart

Exam (elaborations)

COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023 latest Course COMPUTER C 123 Institution Craven Community College Assessment You have an Azure subscription that includes the following web apps: WebApp1, which runs code in a Windows operating syste

 0 view  0 purchase
  • Course
  • Institution

COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023 latest Course COMPUTER C 123 Institution Craven Community College Assessment You have an Azure subscription that includes the following web apps: WebApp1, which runs code in a Windows operating system. WebApp2, which runs code in a Linux ...

[Show more]

Preview 3 out of 18  pages

  • November 26, 2023
  • 18
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023
latest
1. YouplantodeploythefollowingAzurewebapps:
• WebApp1,thatusesthe.NET6runtime stack
• WebApp2,thatusestheASP.NETV4.8runtimestack
• WebApp3,thatusestheJava17runtimestack
• WebApp4,thatusesthePHP8.0runtimestack
You need to create the app service plans for the web apps.
Whatistheminimumnumberofappserviceplansthatshouldbecreated?
Answer :4
Theminimumnumberofappserviceplansthatshouldbecreatedis4.
The web apps use different runtime stacks, so they will each require their own app service plan. Each of
thewebappsusesadifferentcombinationofthe.NETandASP.NETruntimes,sotheywilleachrequirea different
combination of the app service plans.
For example: WebApp1 uses the .NET 5 runtime stack, so it will require an app service plan with the
namesMicrosoft.Web/2andMicrosoft.Web/3onit.WebApp2usestheASP.NETV4.8runtimestack,soit will
require an app service plan with the names Microsoft.Web/4 and Microsoft.Web/5 on it. WebApp3 uses
Java 11, so it will require an app service plan with the name Microsoft.Web/6 on it. WebApp4 uses PHP
8, so it will require an app service plan with the name Microsoft.Web/7 on it
The web apps are all based on .NET 5 and ASP.NET V4.8, so they can share the same app service plan.
WebApp1 and WebApp2 should use theirown app service plans. Thiswillpreventthemfrominterfering
with each other.
WebApp3 and WebApp4 should use their own app service plans, as well. This will prevent them from
interfering with each other, as well as preventing WebApp3 from interfering with WebApp4's
incompatibility issues with Java 11.




2. YouplantodeployanAzurewebappthatwillhavethefollowingsettings:
• Name:WebApp1
• Publish: Code
• Runtimestack:Java11
• Operatingsystem:Linux
• Continuousdeployment:Disable
YouneedtoensurethatyoucanintegrateWebApp1withGitHubActions.
Which setting should you modify?
Selectonlyone answer.
Publish Runtimestack Operatingsystem Continuousdeployment
• Whenyou deploy an Azureweb app,thereare anumberofsettings thatyou canconfigure. One
oftheseistheContinuousdeploymentsetting.Thissettingdetermineswhetherornotyourweb app
will be automatically deployed when changes are made to the code in your GitHub repository.
• If you want to be able to integrate your WebApp1 with GitHub Actions, then you will need to
modify the Continuous deployment setting. You can do this by going to the Azure portal, and
then selecting your WebApp1. In the left-hand menu, under Settings, you will see an option for
Continuous deployment. You will need to set this to Enabled.

, COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023
latest
• Once you have done this, you will be able to use GitHub Actions to automatically deploy your
web app when changes are made to the code in your repository.



3. YouplantodeployanAzurewebappthatwillhavethefollowingsettings:
• Name:WebApp1
• Publish:Dockercontainer
• Operatingsystem:Windows
• Region:WestUS
• WindowsPlan(WestUS):ASP-RG1-8bcf
YouneedtoensurethatWebApp1usestheASP.NETV4.8runtimestack. Which
setting should you modify?
Selectonlyone answer.
Region Operatingsystem Publish WindowsPlan

AnAzurewebapp'sPublishsettinggovernshowandinwhatkindofcontaineritwillbeinstalled.The
Publish setting should be changed to use the ASP.NET V4.8 runtime stack in this instance since
theprogram is being released in a Docker container. This will guarantee that the program is placed in
theappropriate container and uses the appropriate runtime stack.


4. YouhavethefollowingAzureresources:
• AzureKeyVaultnamedKeyVault1
• AzureAppServicenamed WebApp1
YouneedtoensurethatWebApp1canaccessKeyVault1byusingAzureActiveDirectory(AzureAD)
authentication.
WhichtwosettingscanbeusedtoconfigureWebApp1?Eachcorrectanswerpresentsacomplete solution.
Selectallanswersthatapply.
Userassignedmanagedidentity Applicationsettings TLS/SSLbindings
AppServiceAuthentication System assigned managed
identity

5. You plan to create an Azure container instance named container1 that will use a Docker image
named Image1.
Youneedtoensurethatcontainer1haspersistentstorage.
WhichAzureresourcesshouldyoudeployforthepersistentstorage?
Select only one answer.
an Azure container registry an Azure Storage account and a file share anAzureStorage
account and a blob container an Azure SQL database
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage
scenarios.Azure Storage offers highly available, massively scalable, durable, and secure storage for a
variety ofdata objects in the cloud.

, COMPUTER C 123 AZ-104-RENEWAL-EXAM-Q-A study guide 2023
latest
6. YouhaveanAzurecontainerregistrythatstoresanimagenamedImage1andaWindowsServer 2022
Azure virtual machine named VM1.
YouneedtoensurethatyoucanrunImage1inVM1. What
should you install in VM1?
Selectonlyone answer.
Docker Hyper-Vrole AzurePortal .NETFramework4.7


7. YouhaveanAzurestorageaccountnamedstorage1.
Threeusersusethefollowingmethodstoaccessthedatainstorage1:
• User1usestheAzureportal
• User2usestheAzureStorageExplorer
• User3usesFileExplorerinWindows11
YougenerateastorageaccesssignaturenamedSAS1forstorage1.
Which user or users can access storage1 by using SAS1?
Selectonlyone answer.
User1 only User2 only User1 and User2 only User2 and User3 only User1,
User2andUser3




8. YourAzureActiveDirectorycontainsthreeusersnamedUser1,User2,andUser3. You
have an Azure storage account named storage1 that has the following access:
• User1isassignedtheStorageAccountContributorroleonstorage1
• User2hasaaccesskeyforstorage1
• User3hasasharedaccesssignatureforstorage1
You rotate the keys for storage1.
Whichuseroruserscanaccessstorage1? Select
only one answer.
User1only User1andUser2only User2andUser3only User1,User2and User3


9. YouhaveanAzurevirtualmachinenamedVM1thatconnectstoavirtualnetworknamed VNET1.
YoucreateaprivateDNSzonenamedcontoso.comandaddanArecordnamedhost1tothezone. You need
to ensure that VM1 can resolve host1.contoso.com.
Whatshouldyoudo?
Selectonlyoneanswer.
Modify the Access control (IAM) settings of the zone. From the zone, add avirtual
networklink.
Fromthepropertiesofthenetworkinterface,modifytheoptionsoftheDNSservers.
FromthepropertiesofVNET1,modifytheoptionsoftheDNSservers.

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Highland. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $11.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76462 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$11.99
  • (0)
  Add to cart