diff --git a/.github/actions-config/mlc_config.json b/.github/actions-config/mlc_config.json index 38aa12194..97ff97465 100644 --- a/.github/actions-config/mlc_config.json +++ b/.github/actions-config/mlc_config.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^http://localhost" + }, + { + "pattern": "^(https:\\/\\/)?([www.]?)+(microsoft.com\\/)+[\\w\\-\\._~:/?#[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$" } ], "httpHeaders": [ @@ -15,7 +18,7 @@ } } ], - "timeout": "5s", + "timeout": "10s", "retryOn429": true, "retryCount": 5, "fallbackRetryDelay": "30s", diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 61c19b66f..505c8ac7f 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -31,7 +31,7 @@ Artefacts like policies etc. are pulled down from the [`Azure/Enterprise-Scale` [wiki_home]: https://github.com/Azure/ALZ-Bicep/wiki/home "Wiki - Home"