[문제01] What file types are supported to run as a WebJob?
- .exe
- .cmd
- .bat
- .ps1 (PowerShell)
- .cs (.NET)
- .vb (.NET)
- .js (Node)
- .py (Python)
- .rb (Ruby)
[문제02] You need to ensure that the scripts are executed on new VMs. You want to achieve this Which command deletes an app setting called test using the Xplat-Cli?
- azure site settings delete test
- azure site appsetting delete test
- azure appsetting delete test
- azure appsetting remove test
- Add-AzureTrafficManagerEndpoint -DomainName http://mydomain.azurewebsites.net -status Enabled -Type AzureWebsite
- Add-TrafficManagementEndpoint -URL http://mydomain.azurewebsites.net -status Enabled -Type Website
- Add-AzureTrafficManagerEndpoint -DomainName http://mydomain.azurewebsites.net -Type AzureWebsite
- Add-AzureTrafficManagementEndpoint -URL http://mydomain.azurewebsites.net -status Active
- Add a TXT record in your DNS provider’s management interface to awverify.azurewebsites.net and then add the domain name into the Azure portal
- Add an A record in your DNS provider’s management interface to point to the IP address of your website, and then add the domain name to the Azure portal
- Add a CNAME record in your DNS provider’s management interface to point to your root domain name and then add the domain name to the Azure portal
- Add a CNAME record in your DNS provider’s management interface to point to the subdomain of your website and then add the domain name into the Azure portal
- SQLCONNSTR_
- CONNSTR_
- MYSQLCONNSTR_
- SQLAZURECONNSTR_
- CUSTOMCONNSTR_
- SQLSERVERCONNSTR_
[문제] Which command should you use to stop an Azure web app called myWebApp using the Xplat-Cli?
- azure website stop myWebApp
- azure stop site myWebApp
- azure site stop myWebApp
- azure stop myWebApp
- Give the user the secondary key for the storage account.Once the user is done with the file, regenerate the secondary key.
- Create an Ad-Hoc Shared Access Signature for the Blob resource.Set the Shared Access Signature to expire in seven days.
- Create an access policy on the container.Give the external user a Shared Access Signature for the blob by using the policy.Once the user is done with the file, delete the policy.
- Create an access policy on the blob.Give the external user access by using the policy.Once the user is done with the file, delete the policy.
- Upload a VHD with Windows Server 2008 installed.
- Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 2.
- Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 1.
- Deploy LegacyApp1 to a cloud service instance configured with Guest OS Family 3.
- Deploy a third instance of the VM.
- Configure Load Balancing on the VMs.
- Redeploy the VMs to belong to an Affinity Group.
- Configure the VMs to belong to an Availability Set.
- Create a firewall rule.
- Configure load balancing.
- Configure port redirection.
- Configure port forwarding.
- Create an end point.
- Verify the email domain in Azure AD domains.
- Run the Set-MsolUserPnncipalName -UserPnncipalName %username%@co ntoso.onmicrosoft.com -NewUserPrincipalName %usemame %@contoso.com Power Shell cmdlet.
- Edit the ProxyAddress attribute on the On-Premises Windows AD user account.
- Verify the Windows AD DNS domain in Azure AD domains.
- Update the On-Premises Windows AD user account UPN to match the email address.
[문제12] You develop a Windows Store application that has a web service backend.
You plan to use the Azure Active Directory Authentication Library to authenticate users to Azure Active Directory (Azure AD) and access directory data on behalf of the user.
You need to ensure that users can log in to the application by using their Azure AD credentials.
Which two actions should you perform? Each correct answer presents part of the solution.
- Create a native client application in Azure AD.
- Configure directory integration.
- Create a web application in Azure AD.
- Enable workspace join.
- Configure an Access Control namespace.
- Existing Single Sign-On with identity provisioning
- Password Single Sign-On with identity provisioning
- Existing Single Sign-On without identity provisioning
- Password Single Sign-On without identity provisioning
- Free
- Small Business
- Standard
- Basic