Lifecycle Services Archives - Impulz Technologies LLC https://impulztech.com/tag/lifecycle-services/ Microsoft Dynamics and Power Platform consulting company Mon, 10 Apr 2023 08:32:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 https://impulztech.com/wp-content/uploads/2022/08/cropped-impulz-tech-32x32.png Lifecycle Services Archives - Impulz Technologies LLC https://impulztech.com/tag/lifecycle-services/ 32 32 Microsoft Dynamics 365 Finance and Operations: Importing deployable package to UAT/Production using Lifecycle Services https://impulztech.com/microsoft-dynamics-365-finance-and-operations-importing-deployable-package-to-uat-production-using-lifecycle-services/ Mon, 10 Apr 2023 08:26:21 +0000 https://impulztech.com/?p=3086 Overview In Microsoft Dynamics 365 Finance and Operations, development and customization can be done within development environment and deployed to UAT / Production environment. In this blog we are going to discuss how these changes can be deployed to UAT / Production environment Steps for deploying changes using Lifecycle Services Step -1: Create Deployable package […]

The post Microsoft Dynamics 365 Finance and Operations: Importing deployable package to UAT/Production using Lifecycle Services appeared first on Impulz Technologies LLC.

]]>

Overview

In Microsoft Dynamics 365 Finance and Operations, development and customization can be done within development environment and deployed to UAT / Production environment. In this blog we are going to discuss how these changes can be deployed to UAT / Production environment

Steps for deploying changes using Lifecycle Services

Step -1: Create Deployable package and save it in a folder.

Step -2: Go to https://lcs.dynamics.com and enter your credentials

Step-3: Click on your implementation project. Then go to Asset Library using 3 bars icon as shown in the below screenshot.

Step-4: Go to Software deployable package Tab in Asset Library. Then add the new package here which we have created from dev environment.

What is a deployable package?

Let’s first define what a development environment package or a deployable package is, before we dive into the deployment process. A deployable package is a collection of customizations and extensions that have been developed in a development environment. This package contains the code, metadata, and configurations that can then deploy to the UAT or Production environment.

Step-5: As we can see in below screenshot, we need to give name for uploading our package into Asset Library first. Then the package will be eligible to deploy to UAT or Production.

Step-6: Once package is added into asset library and if you want to publish it in the UAT environment, click on the highlighted option in the screenshot below.

Step-7: Now go to navbar Maintain and click on Apply updates

Step-8: Provide unique name for you Package. Such as write package name with date and then select the package uploaded in asset library and click on Apply 

Step-9: It can take about 1 to 3 or more hours depending on the size of the package.

Step 10: After successful deployment we can check the Activity status completed or Rollback. If we get any errors during the deployment, it will be rollback and we need to fix it in development environment. Afterwards the whole process of deployment will repeat.

Best Practices for Deploying a Development Environment Package to UAT/Production

To ensure a successful deployment, it’s important to follow these best practices:

    1. Always test the deployment in a non-production environment first.
    2. Include all the required models and packages in the deployable package.
    3. Properly configure the target environment so that it can meet the requirements of the customizations and extensions.
    4. Take a backup of the target environment before deploying the package.
    5. Monitor the deployment progress and resolve any issues that arise during the deployment process.

Good luck.

 

The post Microsoft Dynamics 365 Finance and Operations: Importing deployable package to UAT/Production using Lifecycle Services appeared first on Impulz Technologies LLC.

]]>
Deployment of Azure hosted Dynamics 365 Finance and Operations environment: Specific issues and resolution https://impulztech.com/deployment-of-azure-hosted-dynamics-365-finance-and-operations-environment-specific-issues-and-resolution/ Tue, 11 Oct 2022 15:03:58 +0000 https://impulztech.com/?p=2710         The purpose of this blog is to share some scenarios that one could face during the deployment of a cloud hosted environment for Dynamics 365 Finance and Operations and how to get rid of them. Microsoft provides two options to deploy the virtual machines of tier 1 Dynamics 365 Finance and […]

The post Deployment of Azure hosted Dynamics 365 Finance and Operations environment: Specific issues and resolution appeared first on Impulz Technologies LLC.

]]>
       

The purpose of this blog is to share some scenarios that one could face during the deployment of a cloud hosted environment for Dynamics 365 Finance and Operations and how to get rid of them.

Microsoft provides two options to deploy the virtual machines of tier 1 Dynamics 365 Finance and Operations environment.

Option 1 is to download the VHD (environment image) files from LCS Asset library and install it to the local machine. This requires enabling of Windows Hyper-V feature. Once Hyper-V is on, create a new virtual machine using the downloaded image files from LCS.

Option 2 is to deploy a Dynamics 365 Finance and Operations environment on Azure cloud. There are many step by step guides available online to help spinning up a new D365 FO azure hosted environment and I am not going to outline those details here.

Pre requisites and Issues

1. Organization type
The Organization type in LCS must be Customer or Partner (See below screenshot).

If the Organization type is Prospect, it would not allow to add azure connector in LCS and give this error:
“This action cannot be performed by prospect users. Please contact support with ID: {0}”

Use this link to get D365 FO trial license that will change the Organization type in LCS to Customer.
https://signup.microsoft.com/Signup?OfferId=3f9e84aa-d15d-4293-ac4c-5c467f1d4224&pc=814e410e-2e4a-49f1-940d-486c8bce0319&ali=1

For Partner as organization type, the organization must be registered to Microsoft PartnerSource.

2. Valid Azure Subscription
When creating Azure connector in LCS it asks for downloading a certificate. You need to attach the certificate to that azure subscription which is linked to the LCS Azure connector. If the linked subscription is invalid it will not give certificate uploading option in Management certificates tab.

For setting up a cloud-hosted environment you should have Visual Studio Enterprise Subscription.

Use the link Visual Studio Subscriptions – Visual Studio (microsoft.com) to subscribe to VS Enterprise.

3. NotAvailableForSubscription Error
This error comes at the final step of deploying the virtual machine. The entire error message reads:

There can be two reasons for this error. One is that the VM SKU you are trying to deploy does not exist in the region which is defined in LCS Azure connector. The other reason is that the sufficient VM resources (cores, RAM) are not allotted to the Azure subscription/region.

The specified region on LCS Azure connector is an important factor in adding the cloud hosted VM. Because not all VM SKUs are available for all regions. To avoid the error select the correct region and try to add the VM again. But what happened if all the regions end up with the same error. In this case the last option is to contact Microsoft by creating an azure support request under the subscription which is used to deploy the cloud hosted VM. Specify Issue type as Service and subscriptions limits (quotas) and Quota type as Other requests.

On the next screen provide the detailed description of the issue and submit the request. After the submission, azure support team contacts via phone or email provided in the support ticket within 24 hours. As per Microsoft it typically takes 3 to 4 days to fulfil the request by making the desired VM series available or suggesting to use a particular VM series based on specifications of azure subscription.

 

The post Deployment of Azure hosted Dynamics 365 Finance and Operations environment: Specific issues and resolution appeared first on Impulz Technologies LLC.

]]>