Skip to content

Commit

Permalink
Adds app proxy config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwith committed May 4, 2021
1 parent e856b3c commit 5242d31
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .whatsnew/.application-proxy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Azure Active Directory application proxy",
"rootDirectory": "articles/active-directory/app-proxy/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/active-directory/app-proxy"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 2,
"maxFilesChanged": 50,
"labels": [
"label:active-directory/svc",
"label:app-proxy/subsvc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Active Directory application proxy"
}
]
}

0 comments on commit 5242d31

Please sign in to comment.