ead63eb3ff
Remove the retention policy setting ( #3452 )
...
* Remove the configuration of the autoscale diagnostic
* only remove the retention policy
* set retention policy to false
* remove settings
* remove retentionPolicy from bicep
* format
2023-08-25 23:35:06 +00:00
f80386f4d9
Updated keyvault access policy ( #3109 )
...
* updated keyvault access policy for function app compatibility
2023-06-28 13:37:01 -07:00
77c42930a6
adding updated key vault policy for Microsoft.Azure.WebSites ( #3006 )
...
* Fixes permissions on access policy needed for SSL cert syncing
2023-04-11 10:07:37 -07:00
ab2958a6ac
Add custom domain cert KeyVault access policy to deployment ( #3004 )
...
* added certificate key vault access policy
2023-04-10 22:13:50 +00:00
f402304084
Config Refactor Round 2. ( #2771 )
...
* Config Refactor Round 2.
* Adding docs.
* Fix file formatting.
* Removing.
* fixing imports.
* Removing.
* Fixing cli access token retrieval.
* Fixing authority check.
* Small edits.
* Removing duplicate.
* Adding uuid check.
* Possible to override with existing params.
* Allowing flags to override storage.
* Trying to fix config params.?
* Fixing.
* Set endpoint params via app function.
* Checking changes to params.
* Make tenant_domain default.
* Remove endoint params from models.
* UPdating docs.
* Setting
* Removing hardcoded values.
* Typo.
* Removing endpoint upload.
* Typo.
* Fixing typos.
* Fix error message about aad tenant.
* Responding to comments.
* Update src/ApiService/ApiService/UserCredentials.cs
Co-authored-by: Marc Greisen <mgreisen@microsoft.com >
---------
Co-authored-by: Marc Greisen <mgreisen@microsoft.com >
2023-01-31 15:03:38 -08:00
349604f03a
Removing Remaining App Function References from Deployment Code. ( #2682 )
...
* Removing Remaining App Function References from Deployment Code.
* Update src/deployment/deploy.py
Co-authored-by: Adam <103067949+AdamL-Microsoft@users.noreply.github.com >
* Consolidating.
* Updating function handles.
* Removing copy.
* Fixing.
* Formatting.
* Fixing array calls.
* Adding json settings back.
* Formatting.
Co-authored-by: Adam <103067949+AdamL-Microsoft@users.noreply.github.com >
2022-12-15 20:03:42 -08:00
59360103f1
Add support for feature flags ( #2620 )
...
* Foundation for feature flags
* Demo usage
* Use managed identity
* Add FFs using DI method
* missed a file
* Cleanup
* Forgot test context
* Default is off if the FF doesn't already exist
* Update src/ApiService/ApiService/Program.cs
Co-authored-by: George Pollard <porges@porg.es >
* force evaluate lock files
Co-authored-by: Teo Voinea <Teodor.Voinea@microsoft.com >
Co-authored-by: George Pollard <porges@porg.es >
2022-12-05 09:07:00 -05:00
7fc6fc3668
Reverting Enable/Disable App Function Changes - Force -net
App Function To Only Run Agent
Functions ( #2660 )
...
* Testing app function.
* Addding functions back.
* Fixing name.
* updating to string.
* Fixing bicep.
* Fixing function names.
* Update src/ApiService/ApiService/Functions/ReproVmss.cs
Co-authored-by: George Pollard <gpollard@microsoft.com >
* Adding route specifier.
* Update src/ApiService/ApiService/Functions/NodeAddSshKey.cs
Co-authored-by: George Pollard <gpollard@microsoft.com >
* Update src/ApiService/ApiService/Functions/WebhookLogs.cs
Co-authored-by: George Pollard <gpollard@microsoft.com >
* Update src/ApiService/ApiService/Functions/WebhookPing.cs
Co-authored-by: George Pollard <gpollard@microsoft.com >
* Fixing function names.
* Increasing pool_size
* Adding logging statements.
* Adding check for transient failure.
* Adding check to else.
* Fix var
* Adding retry logic to dbg_lnx
* FIxing retry.
* Maybe fixed integration test.
* Formatting.
* Adding try and fail logic.
* Changing error.
* Refactoring logic.
* Fixing logic.
* Logic.
* Removing bad comparison.
* Fixing.
* All ready.
* Switching back to call.
* Add.
* Fixing
* Adding quit back.
* Reversing cli changes.
* Removing bad file.
* Formatting.
Co-authored-by: George Pollard <gpollard@microsoft.com >
2022-12-02 11:14:13 -08:00
e0634a3365
Deploy update ( #2650 )
...
* Remove Python App Function Deployment Code and Code.
* Updating yml and zip names.
* Fixing ci.yml.
* Typo.
* Format
* Trying to remove python service.
* Updating directories.
* Removing flag.
* Format.
* Fixng api-service-net ref.
* Re-add requirement.
* Fixing refs in bicep.
* Specifying version.
* Removing dotnet refs in integration tests.
* Updating role assignment naming convention.
* Adding ignore.
* Update src/deny.toml
Co-authored-by: George Pollard <porges@porg.es >
* Update version.
* Removing onefuzztypes dependency.
* Switch app service plan to windows.
* Update test version.
* Changing version.
* Returning version.
* Trying to add onefuzz types back.
* Force pipenv version.
* Fix.
* Syntax.
* Renaming.
* Trying different version.
* Removing build step.
* Fixing bicep parameter.
* Retrying run with older version.
* Trying pipenv with another version.
* Forcing pipenv version in tox.
* Adding pipenv fix and updating version.
Co-authored-by: George Pollard <porges@porg.es >
2022-11-23 17:48:30 -08:00
894dcc62be
Update to .NET 7 ( #2615 )
...
Update service code to .NET 7.0.
Also update the version installed onto agent nodes via setup scripts to 7.0.100.
2022-11-18 10:39:45 +13:00
318e568cab
add flag to enable memory and cpu profilers ( #2345 )
...
Co-authored-by: stas <statis@microsoft.com >
2022-09-06 10:32:30 -07:00
c175b4676a
enable running dot-net function on Windows to allow attaching remote debugger ( #2344 )
...
* enable running dot-net function on Windows to allow attaching remote debugger
* rename from 'use_windows' to 'host_dotnet_on_windows'
* instructions
* reformat deploy.py
Co-authored-by: stas <statis@microsoft.com >
2022-09-06 09:34:22 -07:00
e263b245f5
Add --use_dotnet_agent_functions
to deploy.py
and Python service ( #2292 )
2022-08-25 11:50:01 +12:00
f134c0f122
Enabling csharp webhook and proxy heartbeat functions ( #2263 )
...
* Enabling csharp webhook and proxy heartbeat trigger
* Adding deploy exemption.
* Fixing queue table.
* Adding function to bicep.
* Renaming function.
2022-08-17 16:29:47 -07:00
26f9667777
add secure decorator to clientSecret param ( #2224 )
2022-08-05 17:56:27 -07:00
28e42ab8e8
Update Function Scaling Policy and Diagnostic Settings. ( #2140 )
...
* Update Function Scaling Policy and Diagnostic Settings.
* Adding changes to scaling policy
* UPdating cooldown.
* Changing time windows.
* Updating duration.
2022-07-08 12:03:14 -07:00
29fbb28ad9
adding function app settings bicep template and updating deploy.py ( #1973 )
...
* adding function app settings bicep templates and updating deploy.py for toggling function states through enable_dotnet argument
* fixes #1948
2022-05-25 09:30:38 -07:00
fd55126662
Updating deploy.py for dotnet deployments - Closes #1752 ( #1830 )
...
* updating deploy.py for dotnet packages
* dotnet deployment needs to be alongside python if flagged
* individual deployment state for dotnet api since this will deploy alongside python api
* correcting state order for dotnet-api deployment step to follow python api deployment
* cleanup deploy.py formatting
* Adding dotnet's zip package arguments to deploy and fixing func command flags
* changed quotes to pass black check
* reconfiguring bicep templates to deploy function app settings correctly by moving app settings into a separate template
2022-05-03 15:17:12 +00:00
ebb3c63f9e
Update python function name string to manage confict after deleting the function app. ( #1808 )
2022-04-18 11:26:44 -07:00
22faa1b5db
instance config ( #1791 )
...
* instance config
* address PR comments
* make logs scoped
* make logs scoped
Co-authored-by: stas <statis@microsoft.com >
2022-04-14 14:20:28 -07:00
20d3df0a11
Deploy dotnet Azure function alongside Python Azure function ( #1733 )
...
Co-authored-by: stas <statis@microsoft.com >
2022-04-01 09:42:06 -07:00
2ffeadfa35
switch to bicep template only and bicep refactor ( #1732 )
...
* switch to bicep template only and bicep refactor
* correct monitorAccount name
Co-authored-by: stas <statis@microsoft.com >
2022-03-31 13:01:02 -07:00
dc354cffe3
port arm template to bicep ( #1724 )
...
* port template to bicep
* Update src/deployment/azuredeploy.bicep
Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com >
* port template to bicep
* adding type annotation
* apply changes from #1679
Co-authored-by: stas <statis@microsoft.com >
Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com >
2022-03-31 08:18:44 -07:00