Interested in getting feedback on pros/cons for this solution for storing server images? Any alternatives and their pro/cons?
Would Azure private marketplace be an option for storing server gold images for infrastructure deployments?
32 Views Asked by Chaka At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in AZURE-DEVOPS
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Error: VS800075 when downloading artifact from another project
- Azure Scale Sets and Parallel Jobs
- Get current Timestamp in CET format and concatenate with string in yml file
- Post-Job Checkout Hanging in Azure DevOps Pipelines
- Referencing yml file from submodule in main pipeline
- Where to find a User Story draft?
- Self Hosted Agent service startup getting failed on VM restart
- Azure pipeline unable to deploy via a bicep file and set values for its parameters
- Dacpac deployment to Azure via SSMS failed: Cannot alter the role db_owner
- NodeJS [Errno 13] Permission denied - Azure DevOps pipleline AWS Lambda deployment
- Share variables across stages in azure pipelines with templates
- Can I move an Azure Data Factory Pipeline to Azure DevOps?
- How to migrate a single workitem in Devops
- Deploy Docker Image into AKS cluster using Azure Release Pipelines with the parameters like clustername, acr, resourcegroup
Related Questions in CICD
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Shellscript touch command not working in jenkins pipeline
- Jenkins Docker Agent Configuration Issue: Connection Refused on Local Ubuntu Install
- Can you dynamically set a docker image LABEL to a git commit value when building an image with packer?
- Jenkins pipeline script: Accept merge request from Gitlab
- Unable to use env variable from prd environment context
- NodeJS [Errno 13] Permission denied - Azure DevOps pipleline AWS Lambda deployment
- Created Jenkins pipeline and added the script in the Pipeline Description.To check out the Project from the svn repository.NotWorking. Any Suggestion
- GitLab release-job creates a release where asset is artifacts.zip instead of concrete file
- Getting " Unauthorized Access" error in Git Actions(CI) when trying to run Fastlane(CD)
- avoid duplicated job in the gitlab-ci
- Can't figure out why the pipeline does not run
- Integrate Deployment status to Work Items in TFS
- pytest command used in gitlab CICD pipeline does not automatically pick test_* script and throws error "CoverageWarning: No data was collected."
- Jenkins install docker
Related Questions in INFRASTRUCTURE-AS-CODE
- JSON representation of the current Terraform configuration
- Preventing Terraform from assigning reserved IP addresses to resources
- Terraform: Error: Provider configuration not present. Module gets created, but when I remove or comment it throws an error
- Would Azure private marketplace be an option for storing server gold images for infrastructure deployments?
- deploy databricks workspace with powershell fails to deploy more than one worskapce
- Resource creation stuck as READY: False. How to inspect resource creation and trace errors in Crossplane?
- crossplane: error: failed to build package: not exactly one package meta type
- bicep template to inject an azure app into vnet
- DynamoDb in CloudFormation or not
- How to enable Azure "Daily anomaly by resource group" alert using ARM template?
- Timeout Issue Creating AWS ECS Fargate Service with Pulumi
- Where to run Terraform in a new Cloud tenancy
- Add dependency service deployment on AWS with terraform
- How to execute a set of commands though the vmware_vm_shelll module in ansible?
- Ansible - can I condense multiple tasks into one using dual loops and the correct data structure
Related Questions in AZURE-MARKETPLACE
- Would Azure private marketplace be an option for storing server gold images for infrastructure deployments?
- In a Managed Application Azure Marketplace deployment template, if one of the resources is a VM, how can the vendor access the vm?
- How to maintain a single Helm chart template for multiple platforms?
- How can we enable private endpoint for Pay as you go Model Endpoints in Azure AI
- unable to create azure managed application - Failed to process changes during VSTS operation for offe
- Issue with Creating Azure Marketplace Offering for Multi-Container Application
- creataeuidefinition output parameters is not evaluating if condition
- Can Azure Marketplace template test for a non-duplicate subdomain in existing Azure DNS Zone?
- Changing Support URL in Azure Marketplace application
- RabbitMQ/Azure - Connect to RabbitMQ set up on Azure Virtual Machine
- How to use in Terraform an image from Azure Marketplace
- Add add-on to Azure Marketplace managed SendGrid subscription
- How to validate html files during pull request in azure devops?
- How to protect intellectual property in Azure Marketplace Virtual Machine Offers?
- Can't see my custom extension on Azure Devops Marketplace
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Private Azure Marketplace is not an option for storing custom (gold) images for infrastructure deployments. As per the Azure documentation, custom images cannot be included in Private Azure Marketplace.
However, Azure Compute Gallery can be used to share custom images. The steps to create and share custom images using Azure Compute Gallery are provided in the context.
As for alternatives, other options for storing server images include Azure Blob Storage and Azure Managed Disks. The pros and cons of these alternatives depend on specific use cases and requirements. For example, maybe cost-effective and offers high availability, but requires additional steps to manage the images and create VMs from them.
References: