Careers

|

Sign In

  • Canadian English
  • Français Canadien
en-us
Softchoice Logo
  • Research Studio
  • Solution Studio
  • Product Catalog
  • Manage Your IT
  • About Softchoice

Research Studio

Fresh perspectives and insights about the outcomes modern IT organizations are looking to drive.

What are your biggest IT challenges?

    Increasing Agility through Hybrid IT

  • Public Cloud Adoption

  • Data Center Transformation

  • Network Readiness

  • Enable End Users

  • Improving Collaboration

  • Unified Communications

  • Enabling a Mobile Workforce

  • Optimize IT Investments

  • Software Asset Management

  • Fast/Easy IT Buying

  • IT Procurement

Resources

  • Softchoice Blog

  • Videos

  • Softchoice Events

  • Webinars

  • Infographics

Solution Studio

The solutions and services Softchoice offers to help organizations like yours prepare for (and thrive) in a cloud-first world.

How do you want to drive your business forward?

    Enable Hybrid IT

  • Data Center Transformation Solutions

  • Network Readiness Solutions

  • Adopting the Public Cloud Solutions

  • Assessment Services

  • Professional Services

  • Managed Services

  • Enabling End Users

  • Cisco Collaboration Solutions

  • Microsoft Collaboration Solutions

  • Assessment Services

  • Professional Services

  • Managed Services

  • Through Software Compliance & Optimization

  • Software Asset Management Solutions

  • Through World-Class IT Procurement

  • Self-Serve E-Commerce Solutions

  • IT Procurement System Integration

  • Assessment Services

Vendor Expertise

We have focused solutions and services for these vendor partners:

  • Microsoft Azure
  • Microsoft Office365
  • VMware
  • Cisco
  • Dell EMC
  • AWS

View all technology partners

Product Catalog

Browse our products by popular categories, featured partners, or search for something specific

Categories

    Hardware

  • Cables

  • Monitors

  • Printers

  • Desktops

  • Network Adapters

  • Printer Consumables

  • Hard Drives

  • Network Devices

  • Scanners

  • Hubs & Switches

  • Notebooks

  • Servers

  • Keyboards

  • Pointing Devices (Mice)

  • Tablets

  • Memory

  • Software

  • Backup & Storage

  • Desktop & Web Publishing

  • Security

  • Management

  • Unified Communication

  • Database & BI

  • Operating Systems

  • Virtualization

Technology Partners

  • Adobe
  • Apple
  • Autodesk
  • Cisco
  • Dell EMC
  • Hewlett Packard Enterprise
  • HP
  • IBM
  • Intel
  • Kaspersky
  • Lenovo
  • Logitech
  • Microsoft
  • NetApp
  • Samsung
  • Sophos
  • Trend Micro
  • Veeam
  • Veritas
  • VMware

View Additional Partners

Manage Your IT

Leverage Softchoice's tools in conjunction with your own to streamline your procurement and management processes.

Plan, Procure and Control IT

  • playlist_add_check

    Standards Lists

    Streamline purchasing by defining and managing company standards

  • trending_up

    Reporting

    Build custom reports, view and export your purchase history

  • date_range

    Renewals Calendar

    Track upcoming renewals, review costs by vendor, and export calendar

  • autorenew

    Order Workflows

    Build processes to facilitate who and under which conditions approval is required

  • donut_large

    Workflows Statistics

    Get insight into your order approval workflow performance

  • call

    Connect With Us!

    We're always here to help! Get in touch.

Faster Delivery = Happy Users

Automated Process = Fewer Errors

Standards = Cost Reduction

Order Visibility = Confidence

Linking Systems = Efficiency

About Softchoice

Every day, thousands of organizations rely on Softchoice to provide insight and expertise that speeds the adoption of technology, while managing cost and risk.

Unleashing the Potential of People and Technology

    About Softchoice

  • Who We Are

  • Softchoice Case Studies

  • Our Locations

  • Contact Us

  • Careers at Softchoice

  • Social Impact

  • Softchoice Cares

  • Power Up Technology Grants

  • Diversity and Inclusion

  • News and Insights

  • Newsroom

  • Innovation Executive Forum

  • Original Softchoice Research

  • The Softchoice Blog

Why Softchoice?

Find out why innovative IT leaders rely on Softchoice to drive their business forward

  • Increasing IT Agility through Hybrid IT
  • Enabling End Users
  • Optimizing IT Investments
  • Fast / Easy IT Buying
  • Enable Hybrid IT
  • Enabling End Users
  • Software Compliance & Optimization
  • Fast / Easy IT Buying
  • Self-Serve E-Commerce Solutions
  • Product Catalog Home
  • About Softchoice
  • Who We Are
  • Social Impact
  • News and Insights
  • Softchoice Careers
  • Contact Us

Faster Delivery = Happy Users

Automated Process = Fewer Errors

Standards = Cost Reduction

Order Visibility = Confidence

Linking Systems = Efficiency

close
Home About Softchoice News and Insights The Softchoice Blog Business Solutions

9 Tools to Accelerate Your Cloud Journey

  • Newsroom
  • Original Research
  • The Softchoice Blog
  • Innovation Executive Forum
Posted on July 13, 2016 by Brett Gillett
       

9 Tools To Accelerate Your Cloud Journey

I spend the majority of my time talking to customers about how they can leverage public cloud for their infrastructure and application requirements. When I ask them why they are considering the move, more often than not, moving ‘faster’ is cited as the biggest motivator.

Being ‘faster’ is great, and you can realize big improvements in speed and agility very early in your cloud journey, particularly when creating new compute and storage resources. It becomes more challenging, however, as your solution grows and becomes more mature.

Whether you’re taking a do it yourself approach, or need to know enough to guide the development of your cloud strategy, there are a number of tools and resources that can keep you moving forward as your use of cloud becomes more complex. Here are a few of the ones I recommend most often to our clients.

Infrastructure Deployments

The dynamic nature of public cloud services like Azure means you can quickly stand up infrastructure to satisfy client requirements. I work with customers on a regular basis to create testing, development, and even new production environments. The issue here is that if you have to do this manually, it can take a long time and be prone to error. Below are the tools I recommend to clients who are practicing ‘Infrastructure as Code.’

Sometimes referred to as ‘programmable infrastructure’, Infrastructure as Code is a type of infrastructure that operations teams can automatically manage and provision through code, rather than manually. If you’d like a high-level introduction, this post I wrote a while back should do the trick.

Azure Resource Manager (ARM): This is a native Azure solution that allows you to define resources in JavaScript Object Notation (JSON) templates that can be integrated with Visual Studio. Microsoft also publishes tons of templates on GitHub that you can modify to meet your requirements.

Terraform: If you’re looking for a tool that is vendor agnostic, I recommend you look at Terraform from HashiCorp. The tool supports a wide number of private and public cloud platforms and is a great alternative. Plus it’s open-source.

Want to learn more? We recently hosted an ‘Azure Application Modernization ‘ webinar that covers these and other related topics.

Application Deployment Tools

When I talk to customers about automating application deployments, my primary goal is to allow their developers to spend more of their time developing their applications (updating, patching, etc.) as opposed to managing deployments. Here are two solutions I suggest to customers who want to automate these functions.

Visual Studio Team Services: This is a single tool that covers a broad range of features, including version control, continuous integration and numerous languages. It can also be integrated with a ton of third-party SaaS applications.

The best part? Try it for free and see if it’s the right fit for you and your team.

Jenkins: This is the grand-daddy of Continuous Integration/Deployment tools. This is where I start when I’m talking to customers about strategies to automate their application deployments. What I love about Jenkins is that 1) it’s open-source and 2) it has a huge user base and a diverse set of plugins that can help you get the most out of the tool.

Monitoring & Security

Let’s face it, if you can’t measure it, then you can’t improve it. You need to be able to effectively monitor a very dynamic environment and measure the KPIs that are important to your business.

DataDog: This is one of my favorite tools. It’s SaaS-based which is awesome because outside of agents (and some configuration) you don’t have to manage anything. DataDog also monitors for outlier activity and has a large ecosystem of third-party solutions.

NewRelic: Many of our customers aren’t satisfied by just migrating their applications as-is, but want to take the opportunity to modernize applications as they go. If this in your plan (and it should at least be on your roadmap), then I highly recommend you consider adding some type of application monitoring. New Relic is my choice here. It can be a little expensive, but the features and functions make it worth every penny.

If you’re interested in learning more about New Relic, check out this MLB case study.

Being ‘fast’ is great, but you can’t move faster at the expense of security. You need to be able to monitor system (and application) log files from resources that can change frequently because they are dynamic. I highly recommend you consider SumoLogic to help you consume logs in your cloud environment. Like DataDog, SumoLogic can monitor for outliers, it’s SaaS-based and can be connected with numerous tools quickly.

I hope you find these resources as useful as I have. If you’ve got other recommendations, I’d love to hear them. Please feel free to share by posting your comment!

Research Studio

  • Increase IT Agility
  • Enable End Users
  • Optimize IT Investments
  • Fast / Easy IT Buying

Solution Studio

  • Enable Hybrid IT
  • Enabling End Users
  • Software Compliance and Optimization
  • World-Class IT Procurement

About Us

  • About Softchoice
  • Softchoice Cares
  • Awards and Recognition
  • Softchoice Events

Get in Touch

  • Contact Us
  • Returns Policy
  • Returns Form
  • US Public Sector

Products, prices, and availability subject to change without notice.

Help Terms of Use Privacy Policy

© Softchoice