Migrate AzureRM PowerShell to Az PowerShell

Alban Ngoune 21 Reputation points
2021-10-11T10:55:36.413+00:00

Good morning,

I have a task in which I am supposed to perform a migration from AzureRM PowerShell to Az Powershell. On my way to update the module, I am stuck for an efficient way to have all the places where I need to make the changes, so I will kindly need someone to provide me with a scenario that I can follow to have all the places where the changes are needed.

What I have as input is the subscription, so I need to have something like a devOps request that can list me all the repos in the subscription that need changes.

Thanks

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
717 questions
{count} votes

Accepted answer
  1. Monalla-MSFT 11,551 Reputation points
    2021-10-19T18:57:38.633+00:00

    @Alban Ngoune - Thanks for reaching out and for clarifying your requirement.

    We did not collect information for the environment with AzureRM, so unfortunately NO, there is no way to get a list of all projects using AzureRM module.

    Hope this helps.

    If the above response helped answer your query, please feel free to "Accept as Answer" so it can be beneficial to the community.


1 additional answer

Sort by: Most helpful
  1. Devaraj G 2,091 Reputation points
    2021-10-11T12:53:58.357+00:00

    Hi, You can use below toolkit from Github for module migration approach. Give a try.

    https://github.com/Azure/azure-powershell-migration

    Also please tag powershell to get more views from the experts on PowerShell specifics