stride3d / stride-docs

This repository hosts the source code for the Stride documentation. Contributors can follow the build instructions provided to run the website locally.

Home Page:https://doc.stride3d.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically purge Azure CDN cache from GitHub Action

xen2 opened this issue · comments

commented

Since we migrated from Stackpath CDN to Azure CDN (generously provided by .NET Foundation), deployment doesn't purge the cache so it takes several hours to propagate changes.
After a quick investigation, it seems we currently don't have enough Azure permissions to generate a token to access Azure REST API. We'll either need to get proper permissions or find some alternative way to trigger this cache purge.