Skip to content

Commit

Permalink
Merge pull request #7 from dynatrace-oss/APM-292709-readme-and-script…
Browse files Browse the repository at this point in the history
…-fixes

Fix paths in readme and script
  • Loading branch information
pgutkowski authored Apr 16, 2021
2 parents 342a1a1 + 7406b17 commit 260b955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/dynatrace-azure-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

readonly FUNCTION_ARM=dynatrace-azure-forwarder.json
readonly FUNCTION_ZIP_PACKAGE=publish.zip
readonly FUNCTION_ZIP_PACKAGE=dynatrace-azure-log-forwarder.zip
# Please be cautious with editing the following line, as CI is changing latest to specific version on release, see: .travis.yml
readonly FUNCTION_REPOSITORY_RELEASE_URL=https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/download/latest/
readonly DYNATRACE_TARGET_URL_REGEX="^https:\/\/[-a-zA-Z0-9@:%._+~=]{1,256}$"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Deployment can be run from Azure Portal Cloud Shell (Bash) or from any machine w

Download deployment script:
```shell script
wget -q https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/download/latest/dynatrace-azure-logs.sh -O dynatrace-azure-logs.sh && chmod +x ./dynatrace-azure-logs.sh
wget -q https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/latest/download/dynatrace-azure-logs.sh -O dynatrace-azure-logs.sh && chmod +x ./dynatrace-azure-logs.sh
```

You have two options to run deployment script:
Expand Down Expand Up @@ -94,7 +94,7 @@ export TARGET_URL="https://your.dynatrace.environment.com"
### Update Dynatrace Log Forwarder code
You can download latest azure-log-forwarder zip from:
```
wget https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/download/latest/dynatrace-azure-log-forwarder.sh
wget https://github.com/dynatrace-oss/dynatrace-azure-log-forwarder/releases/latest/download/dynatrace-azure-log-forwarder.zip
```
To deploy new version of azure-log-forwarder run:
```
Expand Down

0 comments on commit 260b955

Please sign in to comment.