The following are the pre requisites for the machine which would be used to upload EUM to Azure App Service
Packages for Microsoft SQL Server
- ENU\x64\SQLSysClrTypes.msi
- ENU\X64\SharedManagementObjects.msi
- ENU\X64\PowerShellTools.msi
SQLServer module
If SQLServer module is not installed, then start PowerShell ISE as Administrator and execute the following command. Ensure current working directory in PowerShell ISE is the install scripts folder of the EUM package:
Install-Module -Name SqlServer -AllowClobber
PowerShell Prerequisites
- PowerShellGet version 1.1.2.0 or higher
Azure App Service pre-requsites
- Stack should be .Net and .Net Framework version should be V4.7
- App Service Plan should - B1 at minimum
- Custom Domains should have HTTPS Only set as On
- Identity should have System Assigned set as On
Comments
0 comments
Please sign in to leave a comment.