GithubHelp home page GithubHelp logo

cloudneeti / pci-paas-webapp-ase-sqldb-appgateway-keyvault-oms Goto Github PK

View Code? Open in Web Editor NEW
37.0 21.0 22.0 34.01 MB

Azure PCI PaaS Reference Architecture

Home Page: http://www.contosoclinic.com

License: MIT License

PowerShell 12.11% C# 21.31% CSS 0.07% ASP 0.01% JavaScript 1.12% HTML 65.38%
reference-architecture azure compliance pci-dss pci azure-paas gartner paas infrastructure reference-architecture-diagram

pci-paas-webapp-ase-sqldb-appgateway-keyvault-oms's Introduction

TABLE OF CONTENTS

Disclaimer

This solution is intended as a reference architecture pilot and should not be used as-is for production purposes.

  • Achieving PCI Compliance requires Customers to consult with their QSA.
  • This reference architecture provides a template to help customers use Microsoft Azure in a PCI DSS-compliant manner.
  • Customer is responsible for conducting appropriate security and compliance reviews of any solution built with this reference architecture, as requirements may vary based on the specifics of customer’s implementation and geography.
  • PCI DSS requires that an accredited Qualified Security Assessor certify Customer’s solution.
  • All customer names, transactions records and any related data on this page are created for the purpose of the POC and are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred.

pci-paas-webapp-ase-sqldb-appgateway-keyvault-oms's People

Contributors

consultguru avatar kulpravin avatar lakshmankatiki avatar simorjay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pci-paas-webapp-ase-sqldb-appgateway-keyvault-oms's Issues

traffic between WAG and ASE is not https but http

###The reference architecture describes a situation where ssl is used end to end, also for traffic between Web Application Gateway and Application Service Environment.
However when I look at the arm template I notice that this traffic is still defined as http instead of https:

In pci-paas-webapp-ase-sqldb-appgateway-keyvault-oms/nested/appgatewaydeploy.json I notice that appGatewayBackendHttpSettings instead of the also defined appGatewayBackendHttpsSettings is used.
As a result ssl will be offloaded, but traffic between WAG and ASE will be http in stead of https.

{
"Name": "httpsRule",
"properties": {
"RuleType": "Basic",
"httpListener": {
"id": "[concat(variables('applicationGatewayId'), '/httpListeners/appGatewayHttpsListener')]"
},
"backendAddressPool": {
"id": "[concat(variables('applicationGatewayId'), '/backendAddressPools/appGatewayBackendPool')]"
},
"backendHttpSettings": {
"id": "[concat(variables('applicationGatewayId'), '/backendHttpSettingsCollection/appGatewayBackendHttpSettings')]"
}
}
}
I have been testing with using appGatewayBackendHttpsSetting, but seem not to get it to work. I receive 502 errors when accessing a web app in the Application Service Environment

We are using multisite listeners with hostnames in different domains than the domain configured at the ASE ILB.

Any Thoughts?

New-RunAsAccount.ps1 throws exception System.Excpetion

Between Friday 7th and Monday 11th July the below command in the New-RunAsAccount.ps1 file is throwing an Exception on execution.
New-AzureRmADApplication -DisplayName $ApplicationDisplayName -HomePage ("http://" + $applicationDisplayName) -IdentifierUris ("http://" + $KeyId) -KeyCredentials $KeyCredential

Running the above with the -debug command it appears the error coming back is:

Body:
{
  "odata.error": {
    "code": "Request_BadRequest",
    "message": {
      "lang": "en",
      "value": "Key credential end date is invalid."
    },
    "date": "2017-07-11T12:57:05",
    "requestId": "09fb8874-****-****-****00d5698e82ec",
    "values": [
      {
        "item": "PropertyName",
        "value": "None"
      },
      {
        "item": "PropertyErrorCode",
        "value": "InvalidKeyEndDate"
      }
    ]
  }
}

To repo, simply clone the repo and run .\1-DeployAndConfigureAzureResources.ps1 (presuming you already have run .\0-Setup-AdministrativeAccountAndPermission.ps1 previously. Nothing appears to have changed in the repo in this time, hence I can only presume this is something at Azure's end.

Azure SQL Logs in OMS - SQL Azure Analytics - Doesn't Show all metrics

Hi there! Thanks for the amazing job doing this blueprint, we have been implementing it and we have found several deprecated features, as expected, everything changes very fast in azure.

In OMS there is a new preview dashboard "Azure SQL Analytics (Preview)" as of may 30th 2017. Is this new dashboard a replacement of the "SQL Azure Analytics" the deployment script creates?

best regards,

Fernando Mejía
Microsoft CSA

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.