Giter Club home page Giter Club logo

aro-reference-architecture's People

Contributors

melissaverduci avatar umarmohamedusman avatar welasco avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aro-reference-architecture's Issues

Azure frontdoor script aprove issue by cli

Hi there!,

In the line 73 of the frontdoor.azcli deployment there is a readme that says:

# Currently there is a bug in Az CLI that is unable to approve a Private Endpoint in a Private Link Service
# Bug Link: https://github.com/Azure/azure-cli/issues/19908
# Following command expected to fail with 'child_name_1'
# Check out: https://docs.microsoft.com/en-us/azure/frontdoor/standard-premium/concept-private-link
# For now go through Portal, find Private Link Service (under spoke rg) in this case aro-pls, then go to 'Private endpoint connections', select the connection and Approve
# Connection status should change from Pending to Approved

This can be done by cli if you change the line 72 from:

privatelink_pe_id=$(az network private-link-service show -n $AFD_PLS_NAME -g $SPOKERGNAME --query 'privateEndpointConnections[0].privateEndpoint.id' -o tsv)

to (sorry, my variables are a little different, but the important is the query)

privatelink_pe_id=$(az network private-link-service show -n $AFD_PLS_NAME -g $RG_VNET --query 'privateEndpointConnections[0].id' -o tsv -o tsv)

You should use the PrivateEndpointConnection id instead of PrivateEndpoint id, because you should approve the connection.

Just done by me now without issues.

Ref:
https://learn.microsoft.com/en-us/cli/azure/network/private-link-service?view=azure-cli-latest#az-network-private-link-service-show
https://learn.microsoft.com/en-us/cli/azure/network/private-endpoint-connection?view=azure-cli-latest#az-network-private-endpoint-connection-approve

ARO automated architecture - Bicep

Hi Umar and team,
I apologise for creating an issue but I wasn't exactly sure how to contact you by other means. I would like to bring your attention to a repo that I have been working on which was inspired by your ARO reference architecture write up. I took a different approach and started to learn bicep and have written some modules to deploy ARO and the other Azure resources. The modules are able to be run as an azcli command or I have managed to create a method to deploy it all from github actions.

It would be great if you could take a look. Hope to speak soon.

https://github.com/grantomation/aro-automated-architecture

Cheers,
Grant

Please feel free to close this non-issue :)

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.