Can I deploy solutions to Azure Marketplace that are AKS based? - azure-marketplace

Is it possible to publish a solution in Azure Marketplace that is on top of AKS (instead of VMs)?

No, aks is not yet supported with Marketplace

Related

Not able to find SonarQube Service Connection in Azure Devops in new service connection list

Tried looking all over couldn't find the option or the solution to get the option, any inputs would be deeply helpful.
My Azure DevOps Version:
I'm pretty sure the Azure DevOps is the latest.
You need to install the SonarQube extension:
After that you will see it:
you need to install these both extensions
sonar cloud -- https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud
sonar qube -- https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube
after that you can see the service endpoints.

How to integrate OnPrem Azure DevOps Server with the cloud one?

My firm has the Azure DevOps online version where we have all our projects and repo's. We were not able to configure CI/CD for the repo's because our internal server network doesn't have access to the internet.
To overcome this issue, we built a new server that has access to the internet and also to the internal network. On the new server, we installed and configured Azure DevOps Server 2019. We don't want to migrate our repo's from the cloud version to the online version.
I am trying to link the OnPrem repo to the cloud repo but it was not working. I issued a PAT on the cloud version and added it as a service connection under Pipelines in the OnPrem version but still, I am not able to see and link the cloud repo's.
I can clone the repo from the cloud to the OnPrem server but that will not get the latest code as the code is being checked in the cloud repo's
Can anyone please guide me on how to link both of them, please.
Thanks!!!
I don't think there's a meaningful way to integrate Azure DevOps Services and Azure DevOps Server, as they are essentially the same product. I assume (but don't know) that you're looking to integrate Azure DevOps Services to on-premise builds and deployments, as you state that you want to keep the repos in Azure DevOps Services. So, in essence, you want to run build and deployment group agents in on-premise environment.
Take a look at the agent-documentation and especially the communication subsection:
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops
Or this old blog post, from which the communication section originates:
https://devblogs.microsoft.com/devops/deploying-to-on-premises-environments-with-visual-studio-team-services-or-team-foundation-server/
The ideal solution would probably be that you run self-hosted build agents in your server that's open to internet, and configure an agent pool for them in Azure DevOps Services. For deployments, you'll want to use Deployment Groups and install deployment group agents to target servers, where they'll just need outbound 443 access for communicating with Azure DevOps Services.
If that's not possible, you'd have to install deployment agents to the build machine, which then sees your other on-premise servers, but this is rather unsatisfactory solution since you'd either have to rely on WinRm capabilities for deployments, or expose too much network between your build server and other on-premise servers.

Using the same code base for aks and service fabric

Currently I am working on a project to provide Restful APIs on Azure. We want to deploy the project to both Azure Kubernetes and Service Fabric. Is there any possibility to do that? And how to implement the CI/CD on Azure?
We need to maintain all code login in a single project. Then create a deployment package for both aks and service fabric using the different configuration files/scripts. Or, we may have 2 extra projects in the same solution, 1 for aks, 1 for service fabric.
Those 2 options are all acceptable. Is there any sample or guide?
both aks and service fabric supports microservices deployment orchestration, if you would elaborate where are you facing the challenge, I or someone will be able to help you out in a more better way.
Azure has devops resources, so you can create CICD even easily.
https://azure.microsoft.com/en-in/product-categories/devops/
If you want to create your own CICD structure, there are tools like Jenkins. travis CI, terraform, ansible, chef, etc. that you can start looking in.

Are their any APIs for IBM Bluemix DevOps services like Delivery Pipeline?

I want to use Bluemix DevOps Services from a portal outside of Bluemix.
Are there APIs which can be used to invoke DevOps services.
For example : How can I create a delivery pipeline without using bluemix or hub.jazz interface?
Thanks
This question is answered over on IBM's dWAnswers in this thread.
To put it plainly, no, though you can 'automagically' create pipelines with Bluemix's Deploy to Bluemix feature.

Cannot enable Slack for Bluemix DevOps services beta

I wanted to take advantage of the Slack communications beta for Bluemix DevOps services, but in my IBM restricted DevOps project I do not see any option to enable it..
What am I missing?
This is explained at Integrating Slack with Bluemix DevOps Services BETA - Integrations - IBM Bluemix DevOps Services:
Project's Overview page->Integrated Tools section->Integrate with a tool->SLACK.
You may want to instead use the next evolution of Bluemix DevOps Services, which has Slack integration, in addition to several other ones.
Please see https://developer.ibm.com/devops-services/2016/06/16/open-toolchain-with-ibm-bluemix-devops-services/