I can't download from blogcode.blob.core.windows.net

Crawford, Tom 5 Reputation points
2025-08-15T16:54:30.0633333+00:00
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jesse Johnson 245 Reputation points
    2025-08-15T17:18:23.3866667+00:00

    Hello Tom!

    Based on the browsing results, the original article does not appear to contain the code examples directly. The link provided in the article for the download is no longer working due to the "KeyBasedAuthenticationNotPermitted" error. This is a common issue with Azure Blob Storage links that have a time-limited Shared Access Signature (SAS) token. Even though the expiration date on the token you provided is far in the future, the key may have been revoked or the file moved, rendering the link invalid.

    While I could not directly download the file for you, I have found that the code examples from this article have been migrated to a public GitHub repository. You can view the PowerShell script by navigating to the following page:

    PowerShell Script to Discover PowerApps with Custom Connectors:

    GitHub Repository: https://github.com/microsoft/PowerApps-Admin-Tools/tree/master/DiscoverResourcesScripts

    Direct File Link: https://github.com/microsoft/PowerApps-Admin-Tools/blob/master/DiscoverResourcesScripts/findPowerAppsWithCustomConnectors.ps1

    You can copy the code directly from this page or download the entire script from the repository.

    I hope this helps!

    ~Jesse


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.