Tuesday 18 December 2018

Self-service deployment / New environment deployment time duration in D365 Finance and Operations

Self-service deployment is available for Dynamics 365 for Finance and Operations cloud environments. Self-service deployment enables easier deployment and significantly reduced deployment times.

What’s new or changed

Customers using the self-service capabilities will see the following changes in their LCS experience.
  • Deployment is self-service and can be completed within an average time of 30 minutes. There are no longer lead times and wait times for deployment. You can control when you deploy, and verify that the environment is deployed. This experience is the same as the current experience.
    Deployment settings
  • You will no longer have remote desktop access to the Tier 2+ sandbox environments. All operations that need remote desktop access are now available as self-service actions. The following image shows some of the operations in the environment’s Maintain > Move database menu option.
    Self-service actions
  • The diagnostics capabilities will remain the same, which enables troubleshooting without remote desktop access.
    Environment monitoring
  • You will not have SQL Server access on Tier 2+. You will continue to have SQL database access using just-in-time access.
  • You will need to provide a combined deployable package for customizations. Delta packages will not be supported. This was always a recommended best practice and is now enforced.

For more details please refer below post
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/infrastructure-stack

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...