This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
NAME="some-convention-driven-name-usually-a-resource-group" | |
APP="your-app-name-ideally-another-convention" | |
DEPLOYMENT_PASSWORD=`az appservice web deployment list-site-credentials \ | |
--resource-group ${NAME} \ | |
--name ${APP} \ | |
--query publishingPassword \ | |
--output tsv` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a4b.amazonaws.com | |
access-analyzer.amazonaws.com | |
account.amazonaws.com | |
acm-pca.amazonaws.com | |
acm.amazonaws.com | |
airflow-env.amazonaws.com | |
airflow.amazonaws.com | |
alexa-appkit.amazon.com | |
alexa-connectedhome.amazon.com | |
amazonmq.amazonaws.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The prism.js library has already supported identifying function arguments according to: | |
// https://github.com/PrismJS/prism/pull/1446 | |
// https://github.com/PrismJS/prism/pull/1722 | |
// Please use the latest version instead. |
OlderNewer