Skip to content

Commit

Permalink
Merge pull request #117 from dynatrace-oss/PCLOUDS-5258-Cryptography_…
Browse files Browse the repository at this point in the history
…library_update

Update requirements.txt
  • Loading branch information
NematulloKozimov authored Oct 23, 2024
2 parents 6625d36 + 1dc54c6 commit 317d855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deployment/dynatrace-azure-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ FUNCTIONAPP_NAME="${DEPLOYMENT_NAME}-function"
echo
echo "- deploying function zip code into ${FUNCTIONAPP_NAME}..."

sleep 60 # wait some time to allow functionapp to warmup
sleep 180 # wait some time to allow functionapp to warmup

az webapp deploy -n ${FUNCTIONAPP_NAME} -g ${RESOURCE_GROUP} --src ${FUNCTION_ZIP_PACKAGE}
az webapp deploy -n ${FUNCTIONAPP_NAME} -g ${RESOURCE_GROUP} --src-path ${FUNCTION_ZIP_PACKAGE} --type zip --async true

if [[ "$ENABLE_USER_ASSIGNED_MANAGED_IDENTITY" == "true" ]]; then
MANAGED_IDENTITY_RESOURCE_ID=$(az identity show --name ${MANAGED_IDENTITY_RESOURCE_NAME} -g ${RESOURCE_GROUP} --query id --output tsv)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# The Python Worker is managed by Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues
azure-functions
cryptography~=3.4.6
azure-identity
cryptography~=43.0.1
azure-identity~=1.16.1
jmespath~=0.10.0
python-dateutil~=2.8.1
aiohttp==3.9.2
aiohttp==3.9.2

0 comments on commit 317d855

Please sign in to comment.