Tuesday 7 August 2018

Report a production outage through Life-cycle Services in Dynamics 365 FO


Today, we enabled a new feature in Lifecycle Services (LCS) called 'Report production outage'. This feature is available to all customers that have purchased Dynamics 365 Finance and Operations, Enterprise edition and have implementation projects with a production environment deployed in LCS. This feature provides a quick and effective channel to escalate issues to Microsoft Support in the event that the services in a production environment are degraded or become unavailable.
Following mutually inclusive conditions, a production outage can be defined as one or more system-wide issues on a live production environment that impact multiple users and prevent your business from performing daily operations.

Reporting flow

  1. In a live production environment, a customer experiences an outage or other situation with prevents business from continuing.
  2. The customer reports a production outage issue by using the LCS Support portal.
  3. The customer selects a production outage issue and provides additional information.
  4. A Microsoft support engineer acknowledges the production outage ticket within 30 minutes of submission and begins to immediately collaborate with stakeholders to investigate and resolve the issue.
  5. A support engineer contacts the customer to provide a status update.

Access and availability

All users that been added to a customer's implementation project have access to this feature. This includes project owners, organization admins, team members, and environment managers.
This feature is available to:
  • Dynamics 365 for Finance and Operation, Enterprise edition
  • Environments managed by Microsoft
  • A production environment in the LCS Project
  • All support plans

Report a production outage

    1. Log in to your LCS Project.  
    2. From the hamburger menu, click Support
    3. On the Submitted To Microsoft tab, click Report production outage.
    4. Confirm the production outage, select the outage scenario from the drop-down list, and then click Continue.
    5. Add a title and details about the outage, and then click Next.
    6. Provide contact information, and then click Next.
    7. Click Done. 
Note: If you don't see your situation listed in the outage scenarios, enter a support incident through LCS.  If, during the initial investigation by a Microsoft support engineer, it is found the situation does not meet the current list of production outage scenarios, the support incident will be transferred to the correct support team and SLA  based on your current support plan

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...