Azure / azure-powershell

Microsoft Azure PowerShell
Other
4.12k stars 3.76k forks source link

How to check if we use AzureRM Powershell? #23960

Open LyesIsogeo opened 5 months ago

LyesIsogeo commented 5 months ago

Description

Good morning,

We received this email but cannot determine where we are using AzureRM Powershell.

I searched through our different projects and in Azure but nothing.

I need to make sure the migration goes off without a hitch.

Is it possible that I no longer use AzureRM? How do we determine where we use it?

Thanks for your help !

image

Script or Debug output

No response

Environment data

No response

Module versions

No response

Error output

No response

tekguy commented 5 months ago

To add to this, will AzureRM stop working after 2/29/24? We are planning to upgrade to Az Powershell in the coming weeks but would like to know the if we should expect AzureRM (maybe the web api behind the scenes) will no longer work?

isra-fel commented 5 months ago

@LyesIsogeo Hi, you can check if you are using AzureRM in two ways:

  1. See if you have AzureRM module installed
  2. Do a full-text search for the pattern *-AzureRM* in your powershell scripts. Because AzureRM cmdlets follow this pattern, for example, New-AzureRMVm.

Besides, you may also come across AzureRM in the runtime of Azure Automation runbooks. AzureRM was also an optional component of Visual Studio as well.

isra-fel commented 5 months ago

@tekguy AzureRM module won't suddenly be unuable after its retirement. It depends on the lifecycle of the backend services.

isra-fel commented 5 months ago

Work is in progress to clarify the meaning of "service interruption" in the document.

LyesIsogeo commented 5 months ago

Work is in progress to clarify the meaning of "service interruption" in the document.

Thank you for your help. I couldn't find anything related to AzureRM in all my infra.

Do you have any idea why I received this email when it is not used anywhere?

Thank you so much!