Im trying to query an azure table from a function ( using Get-AzTableRow ) . Works very well from my laptop but the module \"aztable\' is not present in the azure function, and
Azure PowerShell is installed or updated, you must install module AzTable, which has the commands for managing the entities. To install this module, run PowerShell as an administrator and use the Install-Module command. You may refer to the suggestion mentioned in this article. https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-how-to-use-powershell
Please see https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages
AzTable module:Supported languages in Azure Functions powershellgallery.com/packages/AzTable/2.0.1
Kindly let us know if the above helps or you need further assistance on this issue.