WaveMaker Docs

WaveMaker Docs

  • Get started
  • Widgets
  • Mobile
  • How-to
  • Enterprise
  • Releases
  • Blog
  • Sign-in

›Deploy to Cloud Providers

Getting started

  • Introduction
  • Walkthrough

Pages

  • Pages Overview
  • Creating a Page
  • Layout and Styles

    • Page Layout
    • Templates
    • Themes
    • Accessibility

    Page Configure

    • Page Artefacts
    • Page Cache
    • Partial Page
    • Page Parameters
    • Examples

    Page Actions

    • Navigation
    • Events

    Custom Development

    • Theme Editor
    • Manual Theme
    • Create Template

SSPA

  • Micro Frontend App

Databases

  • Database Services Overview
  • Database Tools
  • Database Designing

    • Working with Databases
    • Data Modelling
    • DataBase Schema Modes
    • Working with DB Schema
    • Database Views
    • Temporal Support

    Accessing Database

    • Accessing Database

    Queries and Procedures

    • Working with Queries
    • Working with Stored Procedures
    • Version Queries & Procedures
    • Blob Queries and Procedures
    • Queries & Procedures - Java Services

    Database Variables & API

    • Database CRUD
    • CRUD Event Listeners
    • Database APIs
    • Database Service APIs

REST & SOAP

  • Web Services Overview
  • Restful

    • REST Services
    • Secure Server-side Properties
    • REST Request Timeouts
    • REST Services using OAuth 2.0

    SOAP

    • Working with SOAP Services
    • Imported SOAP APIs

    Websocket

    • Working with WebSockets

    APIs

    • API Designer
    • Mocking APIs
    • Mocking REST API
    • Swagger Import

    Variables

    • CRUD Variable
    • Service Variable
    • WebSocket Variable

Java Services

  • Java Service
  • Java Services

    • Java Integration Services
    • DB Service Integration
    • API Composition
    • Variables for Invocation
    • Generated REST APIs (API Designer)

    Java Services Variables & API

    • Variable for Java Service
    • Java Service APIs

    Source Files

    • Resources and Third-party Libraries
    • Using 3rd party JavaScript files
    • Using 3rd party jar files

Variables & Actions

    Variables

    • Variables Overview
    • Model Variable
    • Device Variables

    Binding

    • Variable Binding
    • Custom Formatter

    Actions

    • Actions
    • Navigation Action
    • Login Action
    • Logout Action
    • Timer Action
    • Notification Action

    Events

    • Events
    • JavaScript Access

Security

    App Security

    • Overview
    • Authentication
    • Authorization
    • Access Levels & Permissions
    • Login Configuration
    • Session Persistence
    • SSL Encryption
    • XSS antisamy policy configuration
    • OWASP
    • XSS Prevention
    • Central Authentication System
    • Token Based Authentication
    • SAML Integration
    • Secure Connection for Deployed Apps
    • Concurrent Sessions
    • HostHeader Injection

    Security Variable and API

    • Security Variables
    • Remember Me
    • Variable for Security Service
    • Security Service APIs

Developer options

  • Test and Run (Preview) Apps
  • Chrome Extension: Devtool
  • Debugging
  • Inspection Framework
  • Build Options
  • WaveMaker Mobile Apps Automation
  • Developer Integration

    • Project User Management
    • Developer Collaboration
    • Extending the Application using IDEs
    • Import, Export & Update Apps
    • Project Shells

    Add-ons

    • Localization
    • Artifacts Repository

Deployment

  • Overview
  • Deployment Profile
  • One-click Deployment
  • WaveMaker CI/CD Pipeline

    • Overview
    • Configuration Profiles
    • Configuration Management
    • Pipelines and Phases

    Pipeline Configuration

    • Default Pipelines in WMO
    • Configure Pipeline in WME

    Deploy to Cloud Providers

    • AWS
    • Azure
    • Google Cloud
    • DigitalOcean

    Pipeline Configuration cont.

    • Phase configurations
    • Webhooks Integration
    • Tests Integration

    Manage Deployed Apps

    • Manage Deployed Apps

    Integrate with your CI/CD Providers

    • Push Code to External repo
    • Custom VCS Integration
    • Export WaveMaker Application
    • Building Project with Maven
    • Build with Docker
    • Jenkins Integration
    • Deploy using Docker Compose
    • Deployment to Heroku

    WaveMaker apps Interation with CDN

    • App Integration with AWS CDN
    • App Integration with Azure CDN

    Deployment to external web servers

    • Application Server Overview
    • Deploy to Tomcat
    • WebSphere
    • JBoss - WildFly
    • WebLogic Server

Connectors

  • Introduction
  • Architecture
  • Import Connectors
  • List of Connectors
  • Build a New Connector

Teams

  • Overview
  • Team Setup
  • Dashboard
  • Manage Users
  • Manage Projects
  • Manage Prefabs
  • Project Branches
  • Manage Roles
  • Code Repository
  • Import VCS Project
  • Team Profile
  • Manage Subscription
  • FAQs
Edit

Configuring for Azure Deployment

Learn how to deploy your app to Azure server.


WaveMaker allows you to deploy your app to your Azure cloud account for Live (and Stage for WME users) phase. Know more about App Phases from here.

To deploy your app to Azure account, you need to configure the Live (Stage) phase.

note

This document covers the Live Phase configuration for your AWS account and is a part of the Manage Deployed Apps

Prerequisites

  • You are expected to have an Azure account.

  • You must set up an Active Directory application and assign the required permissions to it. The permissions include access to Microsoft.compute, Microsoft.network and Microsoft.storage. See here to create AD app.

  • Once the application is created, get the authentication details.

    1. Click on the Configure tab to configure your application's password.
    2. Copy the CLIENT ID.
    3. If the application will run under its own credentials, scroll down to the Keys section and select how long you would like your password to be valid.
    4. The saved key is displayed and you can copy it. You will not be able to retrieve the key later so you will want to copy it now.
important

WME users need to request the copying of the deployment vhd (Virtual Hard Disk) to their Azure account.

For this, you need to write to support@wavemaker.com with the storage account name and sas (shared access signature) token. To obtain Shared Access Signature, you need to:

  1. Create a Storage Account,
  2. From the Storage Account access Blob and create a Container named vhds
  3. Obtain the shared access signature token.

Steps in Azure Configuration:

  • From Apps Portal, select the project.

  • Click Configure on the Live Phase option.

  • While configuring the Live phase choose to host your app on your Azure account.

  • Enter your Azure account credentials to proceed with the configuration. You need to enter:

    • Subscription ID (see here for details)
    • Tenant ID, Client ID, and Client Secret (see here on how to obtain it)
    • Resource Group Name (see here for details)
    • Azure region where the app needs to be deployed
    • A new storage account at Azure will be created with the name you provide. Make sure you enter a unique name.
    • If you already have a storage account (see here on how to create the same) you can give the details, test the connection before proceeding to the next step.
  • Select the appropriate instance based on your app requirements. You can choose from the three options provided (see here for size comparisons) and enter the Username and Password details. See here for more information regarding setting up of Azure VM like username, password, etc..

note

Please make sure your Azure subscription should allow launching an instance with Standard_A1, Standard_A2, and Standard_A3

  • Once the setup is done (this could take upto 30 minutes in case the storage account has to be created), you can push the app from Demo to Live (Continue from here).
Last updated on 7/27/2021 by ramana
← AWSGoogle Cloud →
  • Prerequisites
WaveMaker
  • PRICING
  • PARTNERS
  • CUSTOMERS
  • ABOUT US
  • CONTACT US
Terms of Use | Copyright © 2013-2023 WaveMaker, Inc. All rights reserved.