多项选择题
You are planning the migration of an existing application to Windows Azure and SQL Azure. The original application includes a Microsoft SQL Server 2008 database.
You need to recommend an approach for ensuring that the database migrates successfully toSQL Azure.
Which two actions should you recommend?()
A. Remove all clustered indexes from the database.
B. Remove all dependencies on the Microsoft Distributed Transaction Coordinator (MSDTC) from the application.
C. Use SSL and SQL authentication to connect to the database.
D. Use SSL and Windows authentication to connect to the database.
相关考题
-
单项选择题
You are designing a Windows Azure application that will execute long-running business processes. Applying a configuration change requires role instances to recycle. You must not recycle until processing is finished. You need to recommend an approach for applying configuration changes. What should you recommend?()
A. Apply the service configuration changes to the role instance and then recycle the role instance.
B. Suspend each role instance and then apply the service configuration changes to the role instance.
C. Before a change to the service configuration is applied to the role instance, defer recycling until processing is complete.
D. After a change to the service configuration is applied to the role instance, defer recycling until processing is complete. -
单项选择题
A Windows Azure application includes a single-threaded worker role that has multiple instances. The worker role hosts a Windows Communication Foundation (WCF) service. Each request to the WCF service takes several seconds to complete. You need to recommend an approach for ensuring that worker role instances do not receive requests while processing. What should you recommend?()
A. Close the WCF endpoint.
B. Throw an exception to cancel the request.
C. Redirect incoming requests to a different worker role instance.
D. Remove the worker role instance from the load balancer rotation. -
单项选择题
You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role. Custom code is necessary to initialize and configure the service endpoint. You need to recommend the point at which the application should initialize the WCF service. What should you recommend?()
A. When Windows Azure initializes the worker role instance.
B. When the worker role instance receives its first request.
C. When the worker role instance instantiates the WCF service.
D. When the worker role instance enters the main execution thread.
