Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="documentDb:Endpoint" value="https://{url}.documents.azure.com:443/"/>
<add key="documentDb:PrimaryKey" value={primarykey}
<add key="documentDb:SecondaryKey" value="{secondarykey}
<add key="documentDb:DatabaseName" value="invoicedatabase" />
<add key="documentDb:DocumentCollectionName" value="invoicesdocumentcollection" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment