/* * Block URLs from inside form on Single Line Text and Paragraph Text form fields * * @link https://wpforms.com/developers/how-to-block-urls-inside-the-form-fields/ */ function wpf_dev_check_for_urls( $field_id, $field_submit, $form_data ) { if( strpos($field_submit, 'http') !== false || strpos($field_submit, 'www.') !== false ) { wpforms()->process->errors[ $form_data[ 'id' ] ][ $field_id ] = esc_html__( 'No URLs allowed.', 'wpforms' ); return; } } add_action( 'wpforms_process_validate_textarea', 'wpf_dev_check_for_urls', 10, 3 ); add_action( 'wpforms_process_validate_text', 'wpf_dev_check_for_urls', 10, 3 );

Outbound™ has escalated to Bronze partner status with Microsoft Azure automation provider Nerdio, who have passed 1 million users under management across its manager products.

Joseph Landes, chief revenue officer of the Chicago-based company, told CRN in an interview that the milestone comes due to the success of Azure plus more companies seeking hosted virtual desktop to enable remote working during the pandemic.

Large-scale virtual desktop provisioning can be complex and time-consuming. Azure-powered virtual desktops require many steps to build. We simplify and accelerate the entire process with Nerdio’s automation platform, saving you time and money.

With more and more companies embracing the Cloud, Azure is a hot topic right now. Nerdio takes aim at three of the biggest struggles when offering Azure: expense, complexity and risk.

By providing a user-friendly platform that simplifies the deployment, pricing, resource management and optimisation of Azure, Nerdio empowers us to offer, amongst other things – excellent ongoing management and support for our customers.

Through our Nerdio partnership, we can deliver:

  • accurate cost estimations
  • schedule and autoscaling rules to minimise cost
  • centralised monitoring of Azure environments from one, centralised portal
  • security monitoring security at a glance with Nerdios ‘Secure Score’ rating system.