Can you use Azure DevOps with Sitecore Managed CloudAtlanta Sitecore User GroupWhat is Sitecore Managed...
Adding empty element to declared container without declaring type of element
What does the "3am" section means in manpages?
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities
Lifted its hind leg on or lifted its hind leg towards?
Can the electrostatic force be infinite in magnitude?
How to deal with or prevent idle in the test team?
Bob has never been a M before
Is there enough fresh water in the world to eradicate the drinking water crisis?
Greatest common substring
Can somebody explain Brexit in a few child-proof sentences?
Science Fiction story where a man invents a machine that can help him watch history unfold
Blender - show edges angles “direction”
Superhero words!
Is exact Kanji stroke length important?
Can a malicious addon access internet history and such in chrome/firefox?
Is a naturally all "male" species possible?
Java - What do constructor type arguments mean when placed *before* the type?
How will losing mobility of one hand affect my career as a programmer?
The most efficient algorithm to find all possible integer pairs which sum to a given integer
Is there an wasy way to program in Tikz something like the one in the image?
Are taller landing gear bad for aircraft, particulary large airliners?
Simple image editor tool to draw a simple box/rectangle in an existing image
Indicating multiple different modes of speech (fantasy language or telepathy)
Can you use Azure DevOps with Sitecore Managed Cloud
Atlanta Sitecore User GroupWhat is Sitecore Managed Cloud?Sitecore Azure - Swap optionSitecore publish speed with AzureIn Sitecore PaaS can we use a custom ARM template in the Marketplace wizard?Can you identify the Sitecore version from the Sitecore.Kernel.dll version?What server side language does Sitecore use?Sitecore Scalabilty Settings - Publishing instance on Azure cloud ServiceMigrate local Sitecore to Azure CloudSitecore hosting on cloud with consumption based pricing includes Sitecore license cost?Packaging a Sitecore 9 solution with the Sitecore Azure ToolkitSecure Azure SQL database connection using a managed identity
When implementing Sitecore Managed Cloud, what deployment or technical considerations need to be thought about?
As an example: in modern deployments, using Azure DevOps is a viable deployment solution. This is sometimes mixed with Powershell commands, WebDeploy packages, etc. But to use Azure DevOps, requires having it attached to the Azure subscription.
Does this still work?
azure best-practices development
add a comment |
When implementing Sitecore Managed Cloud, what deployment or technical considerations need to be thought about?
As an example: in modern deployments, using Azure DevOps is a viable deployment solution. This is sometimes mixed with Powershell commands, WebDeploy packages, etc. But to use Azure DevOps, requires having it attached to the Azure subscription.
Does this still work?
azure best-practices development
add a comment |
When implementing Sitecore Managed Cloud, what deployment or technical considerations need to be thought about?
As an example: in modern deployments, using Azure DevOps is a viable deployment solution. This is sometimes mixed with Powershell commands, WebDeploy packages, etc. But to use Azure DevOps, requires having it attached to the Azure subscription.
Does this still work?
azure best-practices development
When implementing Sitecore Managed Cloud, what deployment or technical considerations need to be thought about?
As an example: in modern deployments, using Azure DevOps is a viable deployment solution. This is sometimes mixed with Powershell commands, WebDeploy packages, etc. But to use Azure DevOps, requires having it attached to the Azure subscription.
Does this still work?
azure best-practices development
azure best-practices development
edited 4 hours ago
Pete Navarra
asked 4 hours ago
Pete NavarraPete Navarra
11.2k2675
11.2k2675
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes you can. However, I think you'll need to either be a recognised Sitecore partner, or use one to set it up for you. The actual Azure DevOps organisation will need to be on a separate (non managed cloud) subscription to the managed cloud subscription, and then the partner can contact Sitecore support and request them to create a Service Principal which you can use in Azure DevOps to connect to the managed cloud subscription.
More info on how access is given is available here.
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "664"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17681%2fcan-you-use-azure-devops-with-sitecore-managed-cloud%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes you can. However, I think you'll need to either be a recognised Sitecore partner, or use one to set it up for you. The actual Azure DevOps organisation will need to be on a separate (non managed cloud) subscription to the managed cloud subscription, and then the partner can contact Sitecore support and request them to create a Service Principal which you can use in Azure DevOps to connect to the managed cloud subscription.
More info on how access is given is available here.
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
add a comment |
Yes you can. However, I think you'll need to either be a recognised Sitecore partner, or use one to set it up for you. The actual Azure DevOps organisation will need to be on a separate (non managed cloud) subscription to the managed cloud subscription, and then the partner can contact Sitecore support and request them to create a Service Principal which you can use in Azure DevOps to connect to the managed cloud subscription.
More info on how access is given is available here.
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
add a comment |
Yes you can. However, I think you'll need to either be a recognised Sitecore partner, or use one to set it up for you. The actual Azure DevOps organisation will need to be on a separate (non managed cloud) subscription to the managed cloud subscription, and then the partner can contact Sitecore support and request them to create a Service Principal which you can use in Azure DevOps to connect to the managed cloud subscription.
More info on how access is given is available here.
Yes you can. However, I think you'll need to either be a recognised Sitecore partner, or use one to set it up for you. The actual Azure DevOps organisation will need to be on a separate (non managed cloud) subscription to the managed cloud subscription, and then the partner can contact Sitecore support and request them to create a Service Principal which you can use in Azure DevOps to connect to the managed cloud subscription.
More info on how access is given is available here.
edited 3 hours ago
answered 4 hours ago
Mark GibbonsMark Gibbons
1,236222
1,236222
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
add a comment |
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
Is there doumentation on Sitecore's site about that request? Are partners supposed to just know?
– Pete Navarra
4 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
I've added a link with more info, but in my case it was simply my experience in that I knew I needed a service principal, and sitecore support created it for me (the company I work for is a partner).
– Mark Gibbons
3 hours ago
1
1
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
Same for me. I knew I needed an Azure Service Principal. Looping back to your original question about MC, Sitecore manages the access. The ASP as to be created in their AD group, and given access to the subscriptions to be able to deploy. I just created a ticket requesting that they created the ASP and send us the information.
– Bic
2 hours ago
add a comment |
Thanks for contributing an answer to Sitecore Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17681%2fcan-you-use-azure-devops-with-sitecore-managed-cloud%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown