Posts

Showing posts from September, 2022

[D365] Accessing database for a tier 2 sandbox environment

Image
When working with Sandbox environments, we can not RDP to the environment access the database as we would normally do for a Tier 1 environment.  In order to access the database we can follow these steps Navigate to the LCS environment details page for the sandbox environment Under the manage environments tab page you should have a section titled 'Database accounts' as shown below Select the appropriate option and provide a justification in the details text box. Click Request Access Once done, you may be prompted as follows After this you will be able to access the database credentials under the database accounts within the environment details page in LCS. You may need to refresh the page to view this information. Once you have the SQL database credentials, you will need to Manage > Enable access to enable access for your network using which you would be accessing the database. A new dialog will be displayed that allows modification of firewall rules. Click add. Select se...

Migrate existing apps from Classic Application Insight after it's deprecation

Image
 Microsoft is retiring the Classic Application Insights on 29 February 2024. We’re retiring Classic Application Insights on 29 February 2024 | Azure updates | Microsoft Azure Microsoft has described the steps required for transition in this article. Migrate an Application Insights classic resource to a workspace-based resource - Azure Monitor - Azure Monitor | Microsoft Docs In this article I will be going over how we can move from Classic Application Insights to Workspace-Based Application Insights for existing solutions. To switch we need to deploy a new application insights resource within our existing resource groups Ensure to select workspace-based as shown below Once the new application insight has been created, we can use the new instrument key to connect our existing solution to the new application insights Next, select change your resource Select the application insight created above and click apply Once this is done all telemetry will be redirected to this new resource.