100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
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,73   In winkelwagen

Tentamen (uitwerkingen)

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 keer bekeken  0 keer verkocht
  • Vak
  • Instelling

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 ...

[Meer zien]

Voorbeeld 3 van de 18  pagina's

  • 26 november 2023
  • 18
  • 2023/2024
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
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.

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

√  	Verzekerd van kwaliteit door reviews

√ Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, Bancontact of creditcard voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper Highland. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €11,73. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 80796 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen

Laatst bekeken door jou


€11,73
  • (0)
  Kopen