Question : You administer an Azure Web Site named contoso. You create a job named Cleanlogs.cmd that will be executed manually, twice a week. You need to deploy the job. To which folder location should you deploy CleanLogs.cmd? 1. ./App_Code/jobs/triggered/cleanLogs/CleanLogs.cmd 2. ./App_Data/jobs/triggered/clean Logs/Clean Logs.cmd 3. Access Mostly Uused Products by 50000+ Subscribers 4. ./App_Data/jobs/continuous/cleanLogs/CleanLogs.cmd
A WebJob is stored under the following directory in your site:
site\wwwroot\App_Data\jobs\{job type}\{job name}
Where {job type} can be either continuous for a job that is always running or triggered for a job that starts from an external trigger (on demand / scheduler).
Question : Your company network includes an On-Premises Windows Active Directory (AD) that has a DNS domain named contoso.local and an email domain named contoso.com. You plan to migrate from On-Premises Exchange to Office 365. You configure DirSync and set all Azure Active Directory {Azure AD) usernames as %username%@contoso.onmicrosoft.com.
You need to ensure that each user is able to log on by using the email domain as the username. Which two actions should you perform? Each correct answer presents part of the solution.
A. Verify the email domain in Azure AD domains.
B. Run the Set-MsolUserPnncipalName -UserPnncipalName %username%@co ntoso.onmicrosoft.com -NewUserPrincipalName %usemame %@contoso.com Power Shell cmdlet.
C. Edit the ProxyAddress attribute on the On-Premises Windows AD user account.
D. Verify the Windows AD DNS domain in Azure AD domains.
E. Update the On-Premises Windows AD user account UPN to match the email address.
Question : 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.
A. Create a native client application in Azure AD.
1. It must be integrated with Azure AD 2. Its a Windows Store Application (definition of a windows store app is here http://channel9.msdn.com/Blogs/One-Dev-Minute/What-is-a-Windows-Store-app) According to https://msdn.microsoft.com/en-us/library/dn132599.aspx , the windows store application is a native client application
"On the Tell us about your application page, you must specify a name for your application as well as indicate the type of application you are registering with Azure AD. You can choose from a web application and/or web API (default) or native client application which represents an application that is installed on a device such as a phone or computer."
And this link shows how to integrate your app to Azure AD https://azure.microsoft.com/en-us/documentation/articles/mobile-services-windows-store-dotnet-adal-sso-authentication/
Question : Your company plans to migrate from On-Premises Exchange to Office . The existing directory has numerous service accounts in your On-Premises Windows Active Directory (AD), stored in separate AD Organizational Units (OU) for user accounts. You need to prevent the service accounts in Windows AD from syncing with Azure AD. What should you do?
1. Create an OU filter in the Azure AD Module for Windows PowerShell. 2. Configure directory partitions in miisclient.exe. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Create an OU filter in the Azure Management Portal.