User Profile
Marioalessiocaruso
Copper Contributor
Joined 11 months ago
User Widgets
Recent Discussions
nvme disk devices and mobility agent
Hi everyone, I'm doing some tests regarding the migration of Linux ec2 instances from AWS to Azure, I have followed the docs for the modernized experience described here but the installation on the ec2 vms fails because the instalelr cannot find a scsi disk the error is for example : "AddDiskDiscoveryInfo failed: Error: no attribute found for key scsi_bus" My undestanding is that the installer expect to find some scsi reference under the linux userspace and since it cannot find it exit with errors. The vm I'm trying to migrate is based on suse linux 12, the disks of that vm are mapped like this : lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 10G 0 disk ├─nvme0n1p1 259:1 0 2M 0 part ├─nvme0n1p2 259:2 0 20M 0 part /boot/efi └─nvme0n1p3 259:3 0 10G 0 part / nvme1n1 259:4 0 1G 0 disk and lsscsi does not return any output, so for modern linux kernels nvme devices and scsi devices are different things, I think that the mobility agent should consider this and have an alternate way to identify disks/partitions when nvme is found.Re: Determine if appinsight is enabled on appservice
Hello, I just want to share ea response I had from official azure support : the presence of the application/function setting like : "APPINSIGHTS_INSTRUMENTATIONKEY" is sufficient to say that the webapp/function qil ltry to send metrics to appinsight , clearly if the value is wrong it will not work, but the presence of the setting will trigger the runtime to activate application insights. hope it is useful for everyone M.569Views1like0CommentsRe: Determine if appinsight is enabled on appservice
Hello Senthil, thanks for your reply what you describe makes sense, but in my case I do not want to interact with the portal, and I do not know in advance the name/details of the appinsight component. From the portal I can see that if I select an app service. there is an appinsight section , so I would like to find a way to get the same information via cli/api ; so to recap I have an app service with full details /(name , resource group , id) I want to know if this app service has an active appinsight. I'm actively checking for a solution so If I'll be able to find a solution I'll post an update thank you M.728Views0likes2CommentsDetermine if appinsight is enabled on appservice
Good day, I'm trying to find a way to establish if a given appservice or function app has application insight enabled or not, I can easily check it trough the portal, but I would like to do it programmatically via cli (either az cli, or powershell, or rest api), but I cannot find the proper way to do it, so to recap, given an app service I would like to execute a command that returns whether application insight is on or not on the specific app service. Any help will be appreciated Thanks M.834Views0likes4Comments
Recent Blog Articles
No content to show