Azure-docs: This video follows all this lab and fixes all errors

Created on 18 Dec 2019  Â·  5Comments  Â·  Source: MicrosoftDocs/azure-docs

The following video will provide an end-to-end tutorial for how to develop and deploy Ruby on Rails web App with Postgres DB on Azure App Service on a Linux container
https://youtu.be/KiVioJfIlVo

Example of the error in this document, the firewall rule ending IP is wrong, it should be 0.0.0.0

Ruby on Rails and Postgres on Azure End-To-End Tutorial


Document details

âš  Do not edit this section. It is required for docs.microsoft.com âžź GitHub issue linking.

Pri2 app-servicsvc cxp doc-bug triaged

All 5 comments

@DevOpsFounder , Thanks for raising the issue. We will investigate and update you.

Thanks for sharing your demo workflow and feedback.
Yes, Use value '0.0.0.0' to represent all Azure-internal IP addresses. That is, to allow applications from Azure IP addresses to connect to your Azure Database for PostgreSQL server, provide the IP address 0.0.0.0 as the Start IP and End IP.

Again, thanks for sharing your valuable feedback on the document, You may wish to know that you could contribute on the doc update with a Pull Request (PR), so I would like to share the steps to raise a PR:

If you know the change that is needed in an article, we encourage you to submit the changes directly using a pull request.
1) From the Azure Document where you wish to propose a change, click on “Edit” option (top right hand corner). * Sign in to GitHub if you aren't already.
2) On the GitHub content source, right side of the document header is a Pencil icon.
3) Propose the change you wish to see by making an edit to the file. Update the markdown to make the change.
4) In the “Propose file change” title box below the markdown editor, provide a title and description of your change. Be short, but accurate.
5) Click “Propose file change”. This opens a page comparing the changes you've made. If you’re satisfied you made all the changes you intended to, click “Create pull request”.

The author (@cephalin) will get notified and would review the update for accuracy.
For a complete guide on this, kindly refer this document: https://github.com/Microsoft/Localization/wiki/How-to-Contribute-to-docs.microsoft.com

Thanks @AjayKumar-MSFT. I will raise a PR, actually I should raise many for other docs and labs as well as this is not the only one I found but I will schedule all of them as it's better to start PRs

@DevOpsFounder, Thanks for sharing your valuable feedback, PRs & nice workflow demos. We really appreciate you taking time to share your feedback and interest in Azure. I have raised a PR on this & also shared your feedback with the author (@cephalin) internally. We will close this for now, kindly do let us know if you have any further questions. Thanks again!

No problem @AjayKumar-MSFT. Next time, I will raise a pull request. I have already done that yesterday for other MS labs. This was my first but will not be the last :-)

Thanks again!

Was this page helpful?
0 / 5 - 0 ratings