Getting started with Managed Cloud Premium
How to access resources provided by Managed Cloud Premium for Sitecore.
This topic describes how to access resources provided by Managed Cloud Premium for Sitecore.
When you have a deployment of Managed Cloud Premium, you can access the resources created by the Managed Cloud environment. Go to Azure Key Vault for all services URLs and credentials.
To view the secrets:
In the Azure portal, navigate to the Key Vault resource. Go to resource group
{infrastructure_id}
and keyvault{infrastructure_id}kvt
.You can find the infrastructure_id in the Sitecore response to your request environment ticket in Sitecore Support & Self-Service Portal:
Request access to the Azure Key Vault for your account. To do this, you must be a System admin persona user. You can request to be added as a System admin engineer persona by adding a Get Access (User) service request in Sitecore Support & Self-Service Portal.
To view the secrets, go to Settings and click Secrets.
To access Sitecore Content Management:
Go to Azure Key Vault, and copy the following values:
sitecore-cm-host-name
sitecore-admin-username
secret sitecore-admin-password
In a browser, enter:
https://{sitecore-cm-host-name}/sitecore/
.On the login page, use the
sitecore-admin-username
andsitecore-admin-password
values.
Note
You must be a System admin persona user to access Kibana.
Kibana is an open-source data visualization tool used for log analytics. You can use Kibana to see the Managed Cloud containers logs.
To access the Kibana instance:
Go to Azure Key Vault, and copy the following values:
logging-kibana-address
logging-elasticsearch-admin-username
logging-elasticsearch-admin-password
In a browser, enter:
//{logging-kibana-address}
.On the login page, use the
logging-elasticsearch-admin-username
andlogging-elasticsearch-admin-password
values.Go to Kibana, and click Discover to see the logs from Managed Cloud Containers.
Note
You must be a System admin persona user to access Grafana. Use your account associated with environment.
Grafana is open-source visualization and analytics software that lets you query and visualize your time-series database data. You can use Grafana to view the Managed Cloud Containers metrics dashboards.
To access the Grafana instance:
Go to Azure Key Vault, and take the following value:
grafana-host-name
In a browser, enter
https://{grafana-host-name}
To find the Managed Cloud Containers metrics dashboards, click Dashboard.
Note
You must be a System admin persona user to access credentials for SearchStax from KeyVault.
Searchstax helps you to manage, monitor, and scale the Apache Solr search engine in public and private cloud environments.
To access the Searchstax Solr instance:
Go to the Azure Key Vault and copy the following value:
external-solr-endpoint
The connection string is represented in the following format:
https://user:password@{solr-url}/solrcloud=true
Copy the user and password values.
In a browser, enter the
external-solr-endpoint
value but replacesolrcloud=true
with a trailing slash.Enter the user and password that you copied earlier.
To access Azure DevOps:
Go to
https://dev.azure.com
and log in.Go to the organization
{infrastructure_id}
and click the project{infrastructure_id}
.