{"id":241625,"date":"2023-05-17T10:45:52","date_gmt":"2023-05-17T17:45:52","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=241625"},"modified":"2023-06-29T19:20:00","modified_gmt":"2023-06-30T02:20:00","slug":"azure-logic-apps","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/","title":{"rendered":"Azure Logic Apps"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What Are Azure Logic Apps?<\/h2>\n\n\n\n<p>Azure Logic Apps is a Platform as a Service (PaaS) offering by Azure, where users connect to their organization&#8217;s applications and services, develop and run automated workflows in the cloud and automate existing workflows that integrate services, data, apps, and systems. They have a simple user interface that does not require a single line of code; the only prerequisite is an Azure subscription. With this service, you will develop highly scalable integration solutions for your enterprise and business-to-business (B2B) scenarios.<\/p>\n\n\n\n<p>With Azure Services, users need not worry about scaling, monitoring, hosting, or managing their solutions. Instead, they can connect to the cloud and on-premises items for integration and report development.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Use Cases<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sending email alerts to users on updates of data.<\/li>\n\n\n\n<li>Social media connectivity using built-in connectors.<\/li>\n\n\n\n<li>Routing based on content.<\/li>\n\n\n\n<li>Transfer files from SFTP or FTP server to Azure Storage.<\/li>\n\n\n\n<li>Build alerts or task items that need review.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Structure of Azure Logic Apps<\/h2>\n\n\n\n<p>Every workflow in a logic app starts with a trigger. It is fired as soon as a condition is met. Triggers can have a pull or push pattern. Pull triggers are fired when a new update is performed on the source data since its last pull. Push triggers are fired when a new data set is generated in the source.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Workflow<\/h3>\n\n\n\n<p>A workflow covers a series of steps defining the key of a task or process. Every workflow starts with a trigger, after which you can add one or more actions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Action<\/h3>\n\n\n\n<p>Inside a workflow: After the trigger, an action is found in each step, which can be defined as performing a specific task.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Trigger<\/h3>\n\n\n\n<p>A trigger is usually the first step in any workflow and specifies the condition for running the workflow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Connectors<\/h3>\n\n\n\n<p>Connectors are the most powerful aspect of a Logic App. They are blocks of pre-built operations that communicate with 3rd-party services. They can be nested within each other to provide complex solutions. Azure contains hundreds of built-in connectors; users can leverage these connectors to accomplish tasks without coding experience. Users can also build custom connectors to fulfill their business requirements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Roles<\/h3>\n\n\n\n<p>To create connectors, users must have a role defined.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>Logic App Contributors<\/em> can manage apps but cannot modify them<\/li>\n\n\n\n<li><em>Logic App Operators<\/em> can read and enable\/disable apps and cannot edit them<\/li>\n\n\n\n<li><em>Contributors<\/em> have full access to manage all resources and cannot assign roles<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Connector Types<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Built-in Connectors<\/h4>\n\n\n\n<p>These are connectors shared by different systems for common usage. They are not designed for a specific system. Ex: Schedule, Request, HTTP, and Batch.<\/p>\n\n\n\n<p>They are another category of built-in connectors that connect to multiple sources such as SQL Server and Azure App Services.<\/p>\n\n\n\n<p>They can also run code with the Azure Functions connector (C#, Node.js) or the Inline Code connector (JavaScript). Users can type their code directly into those interfaces; these connectors run the code and return the results.<\/p>\n\n\n\n<p>Another set of built-in connectors would control the structure of the workflow based on a specific condition and perform actions when that condition is met. Users need to specify the actions when the condition is true or false.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>For Each <\/em>repeats the action for each item in the array that can run in parallel.<\/li>\n\n\n\n<li><em>Users<\/em> can define an Until condition that stops the loop at a specific point.<\/li>\n\n\n\n<li><em>Name<\/em> connector groups actions into scopes that run based on whether an action occurred and assigns the corresponding status (Succeed, Fail, or Cancel) to the scope.<\/li>\n\n\n\n<li><em>Switch<\/em> runs actions based on the object&#8217;s value.<\/li>\n\n\n\n<li><em>Terminate<\/em> halts the workflow based on the condition specified.<\/li>\n<\/ul>\n\n\n\n<p>A specific set of built-in connectors are available to provide functionality for handling common data operations (Compose, Create CSV or HTML Table, Filter Array, Join, or Select), date time requests, and variables.<\/p>\n\n\n\n<p>Finally, they are connectors for which users would be billed based on consumption. There are multi-tenant Azure plans which users may choose. This connector offers powerful capabilities, such as encoding, decoding, and converting Liquid and XML formats (JSON, TEXT, and XML) using templates.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Managed Connectors<\/h4>\n\n\n\n<p>Managed Connectors connect to external systems via the cloud or on-premises systems. Microsoft authenticates the users&#8217; identities and manages these external connections. It provides several standard connectors that connect to popular external services, such as SQL Server, Azure Blob, and Office 365.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">On-Premises Connectors<\/h4>\n\n\n\n<p>On-Premises Connectors connect to popular sources, such as Oracle DB, PostgreSQL, and SharePoint. Users need to configure a data gateway before using these connectors.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Integration Account Connectors<\/h4>\n\n\n\n<p>Integration Account Connectors are designed for business-to-business (B2B) scenarios such as schemas, maps, or agreements. Enterprise Connectors, such as IBM and SAP, are also available that connect to these enterprise systems at an additional cost.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Azure Logic Apps provides numerous ways to create different workflows that simplify business requirements. Its simple interface helps users with any level of coding experience to build workflows easily. It would help to automate the organization&#8217;s time-consuming and repetitive processes that safeguard the possibility of human errors.<\/p>\n\n\n\n<p>For more information, please <a href=\"https:\/\/virtual-dba.com\/contact-us\/\">contact XTIVIA<\/a>!<\/p>\n\n\n\n<p>This post was originally published <a href=\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What Are Azure Logic Apps? Azure Logic Apps is a Platform as a Service (PaaS) offering by Azure, where users connect to their organization&#8217;s applications and services, develop and run automated workflows in the cloud and automate existing workflows that integrate services, data, apps, and systems. They have a simple user interface that does not [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":241626,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4018,4166,4158],"tags":[3689,63],"class_list":["post-241625","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","category-blog","category-microsoft","tag-azure","tag-microsoft"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Azure Logic Apps - VDBA<\/title>\n<meta name=\"description\" content=\"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Logic Apps\" \/>\n<meta property=\"og:description\" content=\"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-17T17:45:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-30T02:20:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"Azure Logic Apps\",\"datePublished\":\"2023-05-17T17:45:52+00:00\",\"dateModified\":\"2023-06-30T02:20:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/\"},\"wordCount\":844,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg\",\"keywords\":[\"azure\",\"Microsoft\"],\"articleSection\":[\"Azure\",\"Blog\",\"Microsoft\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/\",\"url\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/\",\"name\":\"Azure Logic Apps - VDBA\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg\",\"datePublished\":\"2023-05-17T17:45:52+00:00\",\"dateModified\":\"2023-06-30T02:20:00+00:00\",\"description\":\"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg\",\"width\":557,\"height\":291,\"caption\":\"Azure Logic Apps\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Azure Logic Apps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Azure Logic Apps - VDBA","description":"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/","og_locale":"en_US","og_type":"article","og_title":"Azure Logic Apps","og_description":"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.","og_url":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2023-05-17T17:45:52+00:00","article_modified_time":"2023-06-30T02:20:00+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"Azure Logic Apps","datePublished":"2023-05-17T17:45:52+00:00","dateModified":"2023-06-30T02:20:00+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/"},"wordCount":844,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg","keywords":["azure","Microsoft"],"articleSection":["Azure","Blog","Microsoft"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/azure-logic-apps\/","url":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/","name":"Azure Logic Apps - VDBA","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage"},"image":{"@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg","datePublished":"2023-05-17T17:45:52+00:00","dateModified":"2023-06-30T02:20:00+00:00","description":"Azure Logic Apps is a Paas service offered by Microsoft Azure that helps users to automate their workflow process.","breadcrumb":{"@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/Azure-Logic-Apps.jpg","width":557,"height":291,"caption":"Azure Logic Apps"},{"@type":"BreadcrumbList","@id":"https:\/\/www.xtivia.com\/blog\/azure-logic-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"Azure Logic Apps"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/241625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=241625"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/241625\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/241626"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=241625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=241625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=241625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}