- Ocean Transport `” This workflow gathers and validates container information including container contents and arrival notices at various shipping ports.
- Inland Transport `” This workflow gathers and validates trucking information including fuel usage, number of stops, and routes.
- Container API `” This API provides container information including weight, contents, and other attributes.
- Location API `” This API provides location information regarding shipping ports of call and trucking stops.
- Shipping REST API `” This API provides shipping information for use and display on the shipping website.
Shipping Web Site –
The site displays shipping container tracking information and container contents. The site is located at http://shipping.wideworldimporters.com/
Proposed solution –
The on-premises shipping application must be moved to Azure. The VM has been migrated to a new Standard_D16s_v3 Azure VM by using Azure Site Recovery and must remain running in Azure to complete the BizTalk component migrations. You create a Standard_D16s_v3 Azure VM to host BizTalk Server. The Azure architecture diagram for the proposed solution is shown below:
- Support the ocean transport and inland transport workflows by using a Logic App.
- Support industry-standard protocol X12 message format for various messages including vessel content details and arrival notices.
- Secure resources to the corporate VNet and use dedicated storage resources with a fixed costing model.
- Maintain on-premises connectivity to support legacy applications and final BizTalk migrations.
- Secure resources to the corporate VNet.
- Allow deployment to a testing location within Azure while not incurring additional costs.
- Automatically scale to double capacity during peak shipping times while not causing application downtime.
- Minimize costs when selecting an Azure payment model.
Shipping website –
Use Azure Content Delivery Network (CDN) and ensure maximum performance for dynamic content while minimizing latency and costs.
Issues –
Windows Server 2016 VM –
The VM shows high network latency, jitter, and high CPU utilization. The VM is critical and has not been backed up in the past. The VM must enable a quick restore from a 7-day snapshot to include in-place restore of disks in case of failure.
Shipping website and REST APIs –
The following error message displays while you are testing the website:
Failed to load http://test-shippingapi.wideworldimporters.com/: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://test.wideworldimporters.com/’ is therefore not allowed access.
Question 1.
HOTSPOT –
You need to configure Azure CDN for the Shipping web site.
Which configuration options should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Scenario: Shipping website –
Use Azure Content Delivery Network (CDN) and ensure maximum performance for dynamic content while minimizing latency and costs.
Tier: Standard –
Profile: Akamai –
Optimization: Dynamic site acceleration
Dynamic site acceleration (DSA) is available for Azure CDN Standard from Akamai, Azure CDN Standard from Verizon, and Azure CDN Premium from Verizon profiles.
DSA includes various techniques that benefit the latency and performance of dynamic content. Techniques include route and network optimization, TCP optimization, and more.
You can use this optimization to accelerate a web app that includes numerous responses that aren’t cacheable. Examples are search results, checkout transactions, or real-time data. You can continue to use core Azure CDN caching capabilities for static data.
Question 2.
HOTSPOT –
You need to correct the VM issues.
Which tools should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Performance: Accelerated Networking
Question 3.
HOTSPOT –
You need to secure the Shipping Function app.
How should you configure the app? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Implement secure function endpoints by using app-level security and include Azure Active Directory (Azure AD).
=> First answer should be anonymous, as the authentication happens at app service level
User authentication happens via the browser. The OpenID protocol uses standard HTTP protocol messages.
Reference: https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-scenarios
Question 4.
You need to support the message processing for the ocean transport workflow.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Kindly refer the below PNG file taken from the Microsoft link.
4.Update the Logic App to use the partners, schemas, certificates, maps and agreements.
You need to support the requirements for the Shipping Logic App. What should you use?
Before you can connect to on-premises data sources from Azure Logic Apps, download and install the on-premises data gateway on a local computer. The gateway works as a bridge that provides quick data transfer and encryption between data sources on premises (not in the cloud) and your logic apps.
The gateway supports BizTalk Server 2016.
Note: Microsoft have now fully incorporated the Azure BizTalk Services capabilities into Logic Apps and Azure App Service Hybrid Connections.
Logic Apps Enterprise Integration pack bring some of the enterprise B2B capabilities like AS2 and X12, EDI standards support
Scenario: The Shipping Logic app must meet the following requirements:
- ✑ Support the ocean transport and inland transport workflows by using a Logic App.
- ✑ Support industry-standard protocol X12 message format for various messages including vessel content details and arrival notices.
- ✑ Secure resources to the corporate VNet and use dedicated storage resources with a fixed costing model.
- ✑ Maintain on-premises connectivity to support legacy applications and final BizTalk migrations.
Reference: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-install