Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Mike Budzynski edited this page Oct 30, 2019 · 9 revisions

The following article addresses frequently asked questions about the self-hosted version of the portal. For general FAQ, please refer to the official Azure documentation.

Local development of my portal is no longer working...

If your local version of the developer portal cannot save or retrieve information from the Storage Account or API Management instance, the SAS tokens may have expired. You can fix that by generating new tokens. For instructions, refer to Step 2: Configure from the self-hosted portal tutorial.

How can I remove the content provisioned to my API Management service?

Provide the required parameters in the scripts/cleanup.bet script and execute it:

cd scripts
.\cleanup.bat
cd ..