-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch for Meraki vMX & Convert to Az cmdlets #13
base: master
Are you sure you want to change the base?
Conversation
* Created a directory for Time Trigger and moved the related files. * Created a requirements.psd1 file to download the required modules. * Added information on the following issue. No parameter defined in the script or function for the input binding 'Timer'.Stack: · Issue Azure#7 · Azure/ha-nva-fo Azure#7 * The Resoruce Group of Meraki vMX is created on a per-instance basis. Therefore, the variable FWRGNAME is divided into FW1RGNAME and FW2RGNAME. * Added Meraki-specific supplementary information to README.
@microsoft-github-policy-service agree company="Monolith" |
FYI the Send-AlertMessage function still does not work - it was not a priority for my company as we will not generate alerts from this function app directly. The Resolve-DnsName cmdlet is not available for some reason and I did not put much time into figuring out how to solve that problem. |
Hi Scott, Any chance you could share a Github URL to your latest code and instructions, please? Many thanks, SR |
Hi @sneakyrussian - this is it, the PR you are commenting on is my latest code. You can click the link and go to my repo, but I haven't made any other updates there. You can read some additional comments on Issue #7 - I'm not sure why expoearchie had problems with my changes though. |
Hi Scott. Thanks. I was struggling to get expoarchie's code to work.
Noticed the powershell code files are in a separate folder and when adding
external repo in the function app, the folder doesn't seem to appear under
"app files". Any chance you could guide me on that, please, obviously I'm
doing something wrong. If it's essier, I could try your code instead,
however, similarly to expoarchie's case, you also have .ps files in a
separate folder? Thanks
…On Mon, 14 Aug 2023, 16:30 ScottMonolith, ***@***.***> wrote:
Hi @sneakyrussian <https://github.com/sneakyrussian> - this is it, the PR
you are commenting on is my latest code. You can click the link and go to
my repo, but I haven't made any other updates there.
You can read some additional comments on Issue 7 - #7
<#7> - I'm not sure why
expoearchie had problems with my changes though.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APHC5OERHZ3GU5HUVYQKH4TXVISAVANCNFSM6AAAAAAV5HG37E>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @ScottMonolith, just tried using your code and seeing the following failures in App Insights: 15/08/2023, 09:39:39 As mentioned in my previous response, I don't seem to have MyTimerTrigger folder synced through "External GIT". Any chance you could shed some light, please? Thanks a lot in advance. |
I have taken PR 8 from @myhomenwlab and modified it - this now supports the Az cmdlets, there is some additional logging and now Function App runtime version ~4 can be utilized in Azure.