AzureBlobStorage Connector - CreateFile/DeleteFile - Id, relationship with Azure Storage Blobs client library for .NET
问题 I have a powerapp using the AzureBlobStorage Connector(the connector) . However, this app has to interact with data that is being bulk uploaded using the Azure Storage Blobs client library for .NET (the api). When you create a blob using the connector you get and Id which can then be used to Delete the blob. However, when creating blobs with the api I cannot see how I can get that ID (you just use the blobid which is the filename). Hence data that is being bulk created cannot be deleted in