Hi@Henry LaFleur
It appears that you're having trouble unlinking and relinking your API from the Static Web App. If the Unlink button isn't working, it might be a temporary issue with the Azure portal or a configuration problem.
- In the Azure portal, go to the static web app.
- Select APIs from the navigation menu.
- Find the environment you want to unlink and select the API name.
- Select Unlink.
If the unlinking process doesn't complete successfully, check for any errors or notifications in the Azure portal for more details.
After unlinking, you can relink the Azure Functions app
- Open your Static Web Apps instance in the Azure portal.
- From the Settings menu, select APIs.
- From the Production row, select Link to open the Link new Backend window.
- Enter the required settings and select Link.
Ensure that the api_location value in the workflow configuration is set to an empty string before linking the existing Functions application.
References: