I have the same viewpoint with @Timothy G. These stored procedures are not supported in Azure SQL database. If they are exist in your source SQL Server, it may be transferred in to Azure SQL database. But they won't work.
I don't know how you migrate your SQL Server to Azure SQL database. You can use Data Migration Assistant(DMA) to asses you SQL server first:
Assess on-premises SQL Server Integration Services (SSIS) package(s)
migrating to Azure SQL Database or Azure SQL Managed Instance. The
assessment helps to discover issues that can affect the migration.
These are described as compatibility issues and are organized in the
following categories:
Migration blockers: discovers the compatibility issues that block
migrating source package(s) to Azure. DMA provides recommendations to
help you address those issues.
Information issues: detects partially supported or deprecated
features that are used in source package(s).
May be you can find the reason.