Giter Club home page Giter Club logo

azure-1's Introduction

Virtual Network
Load Balancer
Application Gateway
VPN Gateway
Azure DNSContent Delivery Network
Azure DDoS Protection
Traffic Manager
Azure ExpressRoute
Network Watcher
Azure Firewall
Virtual WAN
Azure Front Door
Azure Bastion
Azure Private Link
Azure Internet Analyzer
Blobs
Data lake Storage Gen2
Files
Queues
Tables
Disks
Azure Cosmos DB
Azure Database for MySQL
Azure SQL Database
Azure Database for PostgreSQL
SQL Server on Virtual Machines
Azure Cache for Redis
Azure Database for MariaDB
Azure Data Explorer
Application management
Application and HR provisioning
Authentication
Business-to-Business (B2B)
Business-to-Customer (B2C)
Cloud provisioning
Conditional Access
Developers
Device management
Domain services
Enterprise users
Hybrid identity
Identity governance
Identity protection
Managed identities for Azure resources
Privileged identity management (PIM)
Reports and monitoring
* Azure management
* Continuous monitoring
* Data sources
* Data Platform
    * Data locations
    * Metrics
    * Logs
    * Log data ingestion time
* Insights
* Monitoring solutions
* Data security
    * Log data
    * Customer-managed keys
    * Personal log data handling
    * Application data collection, retention, and storage
* Alerts
    * Metric alerts
    * Log alerts
    * Activity log alerts
    * Change analysis
* Visualize data
* Partner integrations

Assess Hyper-V VMs with Server Assessment
Assess physical servers with Server Assessment
Assess servers using imported data
Migrate VMware VMs with Server Migration
Migrate Hyper-V VMs with Server Migration
Migrate physical servers/VMs with Server Migration
Troubleshoot Azure Migrate
Database migration
Replication appliance

Azure Database Migration ServiceRefer here

service Fabric
app server
functions

Template file

1. Parameters - Provide values during deployment that allow the same template to be used with different environments.

2. Variables - Define values that are reused in your templates. They can be constructed from parameter values.

3. User-defined functions - Create customized functions that simplify your template.

4. Resources - Specify the resources to deploy.

5. Outputs - Return values from the deployed resources.

Template file Fromat in Json

"resources": [
  {
    "type": "Microsoft.Storage/storageAccounts",
    "apiVersion": "2016-01-01",
    "name": "mystorageaccount",
    "location": "westus",
    "sku": {
      "name": "Standard_LRS"
    },
    "kind": "Storage",
    "properties": {}
  }
]

Template design

preview

azure-1's People

Contributors

ramjagadeeshkumar6666 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.