-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from Sitecore/chub/5.1.26.00372.1145
Add Sitecore Content Hub Connector Container Deployment 5.1.26.00372.…
- Loading branch information
Showing
56 changed files
with
764 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
services: | ||
cd: | ||
image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
services: | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
services: | ||
cd: | ||
image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
services: | ||
cd: | ||
image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
services: | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#Add the following environment variables to the Sitecore Platform .env file | ||
|
||
#The Azure service bus entity path in | ||
CMP_ServiceBusEntityPathIn= | ||
|
||
#The Azure service bus subscription | ||
CMP_ServiceBusSubscription= | ||
|
||
#The Azure service bus entity path out | ||
CMP_ServiceBusEntityPathOut= | ||
|
||
#The Content Hub connection string, same connection string as CMP_ContentHub | ||
DAM_ContentHub= | ||
|
||
#The Content Hub searh page URL | ||
DAM_SearchPage= | ||
|
||
#The Content Hub external redirect key | ||
DAM_ExternalRedirectKey= | ||
|
||
#The Content Hub connection string, for example, ClientId=<Cliend-Id>;ClientSecret=<Client-Secret>;UserName=<User-Name>;Password=<Password>;URI=<Content-Hub-Instance-Url> | ||
CMP_ContentHub= | ||
|
||
#Sitecore Platform topology to deploy | ||
TOPOLOGY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
services: | ||
cd: | ||
image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} | ||
cm: | ||
image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} | ||
environment: | ||
Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} | ||
Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} | ||
Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} | ||
Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} | ||
Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../xm1 | ||
|
||
images: | ||
- name: scr.sitecore.com/sxp/sitecore-xm1-cd | ||
newName: "{registry}/sitecore-chub-xm1-cd" | ||
newTag: tag | ||
- name: scr.sitecore.com/sxp/sitecore-xm1-cm | ||
newName: "{registry}/sitecore-chub-xm1-cm" | ||
newTag: tag | ||
|
||
patchesStrategicMerge: | ||
- patch-cd.scch.yaml | ||
- patch-cm.scch.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: cd | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: cd | ||
template: | ||
metadata: | ||
labels: | ||
app: cd | ||
spec: | ||
nodeSelector: | ||
kubernetes.io/os: windows | ||
containers: | ||
- name: sitecore-xm1-cd | ||
env: | ||
- name: Sitecore_ConnectionStrings_DAM.ContentHub | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-content-hub.txt | ||
- name: Sitecore_ConnectionStrings_DAM.SearchPage | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-search-page.txt | ||
- name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-external-redirect-key.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: cm | ||
spec: | ||
selector: | ||
matchLabels: | ||
app: cm | ||
template: | ||
metadata: | ||
labels: | ||
app: cm | ||
spec: | ||
nodeSelector: | ||
kubernetes.io/os: windows | ||
containers: | ||
- name: sitecore-xm1-cm | ||
env: | ||
- name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-cmp-connection-strings | ||
key: sitecore-cmp-service-bus-entity-path-in.txt | ||
- name: Sitecore_ConnectionStrings_CMP.ServiceBusSubscription | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-cmp-connection-strings | ||
key: sitecore-cmp-service-bus-subscription.txt | ||
- name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-cmp-connection-strings | ||
key: sitecore-cmp-service-bus-entity-path-out.txt | ||
- name: Sitecore_ConnectionStrings_CMP.ContentHub | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-cmp-connection-strings | ||
key: sitecore-cmp-content-hub.txt | ||
- name: Sitecore_ConnectionStrings_DAM.ContentHub | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-content-hub.txt | ||
- name: Sitecore_ConnectionStrings_DAM.SearchPage | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-search-page.txt | ||
- name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey | ||
valueFrom: | ||
secretKeyRef: | ||
name: scch-dam-connection-strings | ||
key: sitecore-dam-external-redirect-key.txt |
21 changes: 21 additions & 0 deletions
21
k8s/chub/5.1/ltsc2019/overrides/xm1/secrets/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
bases: | ||
- ../../../xm1/secrets | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
|
||
secretGenerator: | ||
- name: scch-cmp-connection-strings | ||
files: | ||
- sitecore-cmp-service-bus-entity-path-in.txt | ||
- sitecore-cmp-service-bus-subscription.txt | ||
- sitecore-cmp-service-bus-entity-path-out.txt | ||
- sitecore-cmp-content-hub.txt | ||
- name: scch-dam-connection-strings | ||
files: | ||
- sitecore-dam-content-hub.txt | ||
- sitecore-dam-search-page.txt | ||
- sitecore-dam-external-redirect-key.txt |
1 change: 1 addition & 0 deletions
1
k8s/chub/5.1/ltsc2019/overrides/xm1/secrets/sitecore-cmp-content-hub.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ClientId=[ClientId];ClientSecret=[ClientSecret];UserName=[UserName];Password=[Password];URI=[URI]; |
1 change: 1 addition & 0 deletions
1
k8s/chub/5.1/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-in.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] |
1 change: 1 addition & 0 deletions
1
k8s/chub/5.1/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-out.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] |
Oops, something went wrong.