-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCloud.xml
More file actions
10 lines (10 loc) · 729 Bytes
/
Cloud.xml
File metadata and controls
10 lines (10 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<Application Name="fabric:/Traefik" xmlns="http://schemas.microsoft.com/2011/01/fabric" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Parameters>
<Parameter Name="TraefikApplicationInsightsKey" Value="Application insights key"/>
<Parameter Name="TraefikCertsToConfigure" Value="sslcert;KeyVault;SSLCert,clustercert;KeyVault;ClusterCert"/>
<Parameter Name="TraefikKeyVaultUri" Value="https://mysamplekeyvault.vault.azure.net/"/>
<Parameter Name="TraefikKeyVaultClientId" Value="591073d7-7f30-4472-b856-e4ceccf9f764"/>
<Parameter Name="TraefikUseManagedIdentityAuth" Value="true"/>
</Parameters>
</Application>