Query regarding Microsoft Security Code analysis extension and Fxcop Analyzer - azure

I want to use Roslyn analyser in our Azure pipelines. And got to know from below link that roslyn analyzer comes along with a plugin called Microsoft Security Code analysis extension.
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-overview
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-onboard
Can you please guide me how to install the extension in Azure pipeline?
Also is there any documentation regarding how to install Fxcop Analyzer in Azure pipelines?

The Microsoft Security Code Analysis can’t be installed directly in extension marketplace, you can link to https://secdevtools.azurewebsites.net/ and click Contact Us for general Availability Information to send a sign up email to Secure Development Tools group.
After the approval, you can get the extension in Organization Settings -> Extensions -> Shared. And more detail install information, you can check the documentation.
About the Fxcop Analyzer, you can install the Code Analysis Task for VSTS(from the Marketplace) and use this task on your pipeline and you can get more detailed information in Github.

Microsoft Security Code Analysis is a toolset (An additional subscription need to purchase at your Azure DevOps organization level), which provides different tools in the Azure DeOps pipeline to use. FxCopAnalyzer is one of the tool in it's offering under this subscription.
MS Code Analysis Onboarding and installation
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-onboard
FxCopAnalyzer configuration
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-customize#roslyn-analyzers-task

Related

Ability to onboard custom Ibiza Extensions

Currently based on https://github.com/Azure/portaldocs custom Azure Blades can only be developed internally within Microsoft Product Groups, however they are using React Templates to provide a customized view for custom resources. Ibiza Extensions (Codename for the Portal) would be a great extension on top of custom resource providers.
Is there any capability to onboard resources from organizations, which published their service through the marketplace and/or partners after going through the official onboarding process?
I've checked through the https://github.com/Azure/portaldocs documentation to understand the process and details on how to get engaged. The repository however does not intake any issues to ask there.
Currently we don't have any plans around extension development in our roadmap in the near future. In general, we would prioritize against existing backlog, add in roadmap as appropriate and would announce and/or update the related Azure document once any feature request is addressed.

Is Centralized Pipeline Management compatible with Opensearch?

Is Centralized Pipeline Management compatible with Opensearch?
ref: https://www.elastic.co/guide/en/logstash/8.2/logstash-centralized-pipeline-management.html#_pipeline_behavior
It mentions that "The pipeline configurations and metadata are stored in Elasticsearch". In my case I use Opensearch.
Thanks
It is not, check the first note in the documentation link you shared.
Centralized pipeline management is a subscription feature. If you want to try the full set of features, you can activate a free 30-day trial. To view the status of your license, start a trial, or install a new license, open the Kibana main menu and click Stack Management > License Management. For more information, see https://www.elastic.co/subscriptions and License Management.
To use this feature you need one of the paid Elastic licenses.
opensearch has no such option to manage the logstash pipeline

Submit trial version of application on azure marketplace

I would like to submit an offering to the Azure Marketplace but I want the offering to be a trial version only. So, the user will have access to it for a certain period only and it will be free.
The offering I want to submit is a VM offering and right now I have an image of the VM ready.
I did not find much information on how can I achieve this or whether it is possible to only submit the trial version on Azure marketplace.
If you want to create a trial version VM offer, please set License Model as "Usage-based monthly billed SKU" in SKU tab when you create offer. For more details, please refer to https://learn.microsoft.com/en-us/azure/marketplace/cloud-partner-portal/virtual-machine/cpp-skus-tab.
The Marketplace publishing guide is designed to help new and existing publishers learn how to use storefronts in the Azure Marketplace and Microsoft AppSource to grow their business in partnership with Microsoft by listing applications and services.
Develop a Marketplace Application
I would recommend you to reach out to the concerned team by logging a ticket using this link.enter link description here
Additional information:
Please visit this link to learn more about the Microsoft Azure Certified program and how to publish and sell your applications and services in the Azure Marketplace.:
https://azure.microsoft.com/en-us/marketplace/programs/certified/
For more information, check this:
https://azure.microsoft.com/en-in/marketplace/faq/

Developing a web application for Azure market place

I am very new to Azure and Azure market place apps.
I could not find any samples in the Web to create an web application in azure market place. I want to create simple web application then i can publish this in Azure market place. For example, this web application simply retrieves all the users in a SQL table and show the list in a html page.
I tried different solutions in web and also here https://msdn.microsoft.com/en-us/library/azure/gg607768.aspx. But could not able to succeed.
I am confused on how to start developing the market place apps. I mean which project template i should use to develop an Market place App.
Can any one please help me how to start developing the web application for Azure market place?
You may check the process outlined in this document Publish and manage an offer in the Azure Marketplace - this article is provided to help - create, deploy, and manage solutions listed in the Azure Marketplace.
Refer to the Marketplace Publisher Guide and Azure managed applications in the Marketplace for details.
Publish a Solution Template: Based on your requirement, you could use the solution templates which allows you to combine multiple items already available in the marketplace to create more powerful solutions.
Whereas, the ‘Publish a Developer Service’ provides fully managed developer services (SAAS) for developers to use in custom application development.
Note: Solutions Template has migrated to the new Cloud Partner Portal (requires registration prior to access).
Additionally, check the Marketplace FAQs (here): Who do I contact with publishing or offer management questions? : Please visit the Azure Marketplace Publisher Guide for up-to-date resource and documentations on frequently asked questions. Additionally, you can log a ticket with Microsoft Support in the Cloud Partner Portal.

Creating Azure Marketplace App

Recently I have become interested in creating a Microsoft Azure Marketplace plugin for our API Developer Portal product DynamicApis.com. We currently have a BizSpark account but I am having trouble finding out where to start when it comes to creating and uploading a Marketplace application on Azure. Here are some questions that I have.
What is the process that I need to go through in order to apply to put my product on Azure Marketplace?
I am assuming there is an API that Azure has that you use to plug-in your application. Where can I find information on that API, sandbox environment, etc?
Is there any helpful documentation, contacts, or any material that anyone can provide me to help with this process
To get started with publishing in the Azure marketplace, follow this getting started guide.

Resources