Month: May 2024
Garch-evt – copula
I am trying to estimate an Egarch- EVT- COPULA MODEL. THE MODEL WILL LINK THE Egarch with extreme value theory and copula to capture interdependence. Is there a toolbox for this, user-written codes or package to execute this. I will be happy if I can get some help in this regardI am trying to estimate an Egarch- EVT- COPULA MODEL. THE MODEL WILL LINK THE Egarch with extreme value theory and copula to capture interdependence. Is there a toolbox for this, user-written codes or package to execute this. I will be happy if I can get some help in this regard I am trying to estimate an Egarch- EVT- COPULA MODEL. THE MODEL WILL LINK THE Egarch with extreme value theory and copula to capture interdependence. Is there a toolbox for this, user-written codes or package to execute this. I will be happy if I can get some help in this regard garch, evt, copula MATLAB Answers — New Questions
fplot not showing any value
Hello, I’m fairly new to Matlab, and I need to plot a function. This function is the double anti-derivative of another function.
Using fplot to plot the first function works, but it doesn’t show any value for the second function… Here is my code :
syms x D(x) Dint(x) g(x) f(x)
E=2.1*10^11
L=12
F=2000
K=1500
C=0.28
e=0.008
a=0.00076
P=3000
w=77008.5
% Fonctions
D(x)=0.2191-a*x
Dint(x)=D(x)-2*e
f(x)= (-F*(L-x)-K*C*(D(x))*(L-x)^2/2)/(E*3.14*(D(x)^4-Dint(x)^4)/64)
g(x)=int(f(x)) – subs(int(f(x)),x,0)
Y(x)=int(g(x)) – subs(int(g(x)),x,0)
subs(Y,x,0)
double(subs(Y,x,12))
% Debug
fplot(f,[0 12])
fplot(Y,[0 12])
I am using Matlab R2024a.
Thanks in advance !Hello, I’m fairly new to Matlab, and I need to plot a function. This function is the double anti-derivative of another function.
Using fplot to plot the first function works, but it doesn’t show any value for the second function… Here is my code :
syms x D(x) Dint(x) g(x) f(x)
E=2.1*10^11
L=12
F=2000
K=1500
C=0.28
e=0.008
a=0.00076
P=3000
w=77008.5
% Fonctions
D(x)=0.2191-a*x
Dint(x)=D(x)-2*e
f(x)= (-F*(L-x)-K*C*(D(x))*(L-x)^2/2)/(E*3.14*(D(x)^4-Dint(x)^4)/64)
g(x)=int(f(x)) – subs(int(f(x)),x,0)
Y(x)=int(g(x)) – subs(int(g(x)),x,0)
subs(Y,x,0)
double(subs(Y,x,12))
% Debug
fplot(f,[0 12])
fplot(Y,[0 12])
I am using Matlab R2024a.
Thanks in advance ! Hello, I’m fairly new to Matlab, and I need to plot a function. This function is the double anti-derivative of another function.
Using fplot to plot the first function works, but it doesn’t show any value for the second function… Here is my code :
syms x D(x) Dint(x) g(x) f(x)
E=2.1*10^11
L=12
F=2000
K=1500
C=0.28
e=0.008
a=0.00076
P=3000
w=77008.5
% Fonctions
D(x)=0.2191-a*x
Dint(x)=D(x)-2*e
f(x)= (-F*(L-x)-K*C*(D(x))*(L-x)^2/2)/(E*3.14*(D(x)^4-Dint(x)^4)/64)
g(x)=int(f(x)) – subs(int(f(x)),x,0)
Y(x)=int(g(x)) – subs(int(g(x)),x,0)
subs(Y,x,0)
double(subs(Y,x,12))
% Debug
fplot(f,[0 12])
fplot(Y,[0 12])
I am using Matlab R2024a.
Thanks in advance ! fplot, syms MATLAB Answers — New Questions
Assign column names in a workspace table
Hi, MatLab novice here
I have been given three data sets to analyse. I need to rename the columns in the tables as different things. I have tried looking for the answer elsewhere and cannot work it out, could someone please help/point me in the right direction?
Many thanks!Hi, MatLab novice here
I have been given three data sets to analyse. I need to rename the columns in the tables as different things. I have tried looking for the answer elsewhere and cannot work it out, could someone please help/point me in the right direction?
Many thanks! Hi, MatLab novice here
I have been given three data sets to analyse. I need to rename the columns in the tables as different things. I have tried looking for the answer elsewhere and cannot work it out, could someone please help/point me in the right direction?
Many thanks! add column name, column name, assign column variable names MATLAB Answers — New Questions
USB-2416-4AO Matlab Live user interface
I want to make a code that takes in analog inputs from a DAQ and is able to store that data in plots as well as send output signals based on the inputs. I cannot seem to get the code to store any data or read data directly from the DAQ in matlab.
My code so far:
d = daqlist("mcc");
d(1, 🙂
dq = daq("mcc")
addinput(dq, "Board0", "Ai0", "Voltage");
dq
[data, startTime] = read(dq, seconds(1));
plot(data.Time, data.Board0_Ai0);
xlabel("Time (s)");
ylabel("Voltage (V)");I want to make a code that takes in analog inputs from a DAQ and is able to store that data in plots as well as send output signals based on the inputs. I cannot seem to get the code to store any data or read data directly from the DAQ in matlab.
My code so far:
d = daqlist("mcc");
d(1, 🙂
dq = daq("mcc")
addinput(dq, "Board0", "Ai0", "Voltage");
dq
[data, startTime] = read(dq, seconds(1));
plot(data.Time, data.Board0_Ai0);
xlabel("Time (s)");
ylabel("Voltage (V)"); I want to make a code that takes in analog inputs from a DAQ and is able to store that data in plots as well as send output signals based on the inputs. I cannot seem to get the code to store any data or read data directly from the DAQ in matlab.
My code so far:
d = daqlist("mcc");
d(1, 🙂
dq = daq("mcc")
addinput(dq, "Board0", "Ai0", "Voltage");
dq
[data, startTime] = read(dq, seconds(1));
plot(data.Time, data.Board0_Ai0);
xlabel("Time (s)");
ylabel("Voltage (V)"); daq, gui MATLAB Answers — New Questions
the degradation of ozone in aqueous solutions (water). When I plot the all three components, the plot stays at the 0 value for all components.
function ProjectOzone
clc
ki = 7e-3;
kj = 2e-5;
k1 = 1e3;
k2 = 1e3;
k3 = 5e7;
OH = 1e-6;
%constants
t0=0;
tn=1000000;
% time iteration interval is set to a high value to reach steady state
Ca0 = 0.002292;
Cb0 = 0;
Cc0 = 0;
% initial concentrations
[tsoln, Csoln] = ode45(@Ozone,[t0 tn],[Ca0 Cb0 Cc0]);
plot(tsoln, Csoln)
xlabel(‘Time’)
ylabel(‘Concentration’)
legend(‘Cb’)
function dC = Ozone(~, C)
dC = zeros(3,1);
dC(1) = -C(1)*(3*ki + kj*OH + 2*k2*sqrt((C(1)/(2*k3))*(2*ki+kj*OH)));
dC(2) = (2*ki)*C(1) – k1*C(1)*C(2) + k2*C(1)*C(3);
dC(3) = kj*C(1)*OH + k1*C(1)*C(2) – k2*C(1)*C(3) – (2*k3)*(C(3)^2);
end %dC(1) is evaluated by steady state approximation method
end
%HERE IS THE CODE, I POST IT IF YOU WANT TO CHECKfunction ProjectOzone
clc
ki = 7e-3;
kj = 2e-5;
k1 = 1e3;
k2 = 1e3;
k3 = 5e7;
OH = 1e-6;
%constants
t0=0;
tn=1000000;
% time iteration interval is set to a high value to reach steady state
Ca0 = 0.002292;
Cb0 = 0;
Cc0 = 0;
% initial concentrations
[tsoln, Csoln] = ode45(@Ozone,[t0 tn],[Ca0 Cb0 Cc0]);
plot(tsoln, Csoln)
xlabel(‘Time’)
ylabel(‘Concentration’)
legend(‘Cb’)
function dC = Ozone(~, C)
dC = zeros(3,1);
dC(1) = -C(1)*(3*ki + kj*OH + 2*k2*sqrt((C(1)/(2*k3))*(2*ki+kj*OH)));
dC(2) = (2*ki)*C(1) – k1*C(1)*C(2) + k2*C(1)*C(3);
dC(3) = kj*C(1)*OH + k1*C(1)*C(2) – k2*C(1)*C(3) – (2*k3)*(C(3)^2);
end %dC(1) is evaluated by steady state approximation method
end
%HERE IS THE CODE, I POST IT IF YOU WANT TO CHECK function ProjectOzone
clc
ki = 7e-3;
kj = 2e-5;
k1 = 1e3;
k2 = 1e3;
k3 = 5e7;
OH = 1e-6;
%constants
t0=0;
tn=1000000;
% time iteration interval is set to a high value to reach steady state
Ca0 = 0.002292;
Cb0 = 0;
Cc0 = 0;
% initial concentrations
[tsoln, Csoln] = ode45(@Ozone,[t0 tn],[Ca0 Cb0 Cc0]);
plot(tsoln, Csoln)
xlabel(‘Time’)
ylabel(‘Concentration’)
legend(‘Cb’)
function dC = Ozone(~, C)
dC = zeros(3,1);
dC(1) = -C(1)*(3*ki + kj*OH + 2*k2*sqrt((C(1)/(2*k3))*(2*ki+kj*OH)));
dC(2) = (2*ki)*C(1) – k1*C(1)*C(2) + k2*C(1)*C(3);
dC(3) = kj*C(1)*OH + k1*C(1)*C(2) – k2*C(1)*C(3) – (2*k3)*(C(3)^2);
end %dC(1) is evaluated by steady state approximation method
end
%HERE IS THE CODE, I POST IT IF YOU WANT TO CHECK ozone-degradation, mathematical modelling, ode45, plotting, plot MATLAB Answers — New Questions
limiting slider part motion distance of the prismatic joint in simulink
I want to limit the distance of the slider part which slides with a prismatic joint. for example I want it to slide 0.5 m to downward and come back to its initial positionI want to limit the distance of the slider part which slides with a prismatic joint. for example I want it to slide 0.5 m to downward and come back to its initial position I want to limit the distance of the slider part which slides with a prismatic joint. for example I want it to slide 0.5 m to downward and come back to its initial position simulink, simulation, robotic, roboticarm, scara, robot, robotarm MATLAB Answers — New Questions
Neural network for regression task: Circuit modeling
Hi everyone, i’m experimenting with using a DNN for modeling an electrical circuit. I have done many tries and until now i always used one sample for input( sequenceInputLayer(1) ) a one for output( since it is a regression task). Now, since the circuit i am modeling has memory, i would like to try to extend input lenght to count for more input sample at once but keeping my output as one single sample. I am facing problems in this beacuse i have my input_data vector that is 1167×1 so 1 column. This means that sequenceInputLayer expect always 1 as dimension and i am limited to this.
On the other hand i can transpose my vectors and use 1167 as input and output dimension, but I would like more freedom and try for example a NN with an input layer of size 300, then 2 hidden layes with size 50/100 (using tanh ecc..) and then my final output layer with output size 1 ( again, since this is a regression task). I already read MATLAB documentstion but i didn’t find what i am searching for. This is the code i am using now, if you have suggestions i would be really happy!!!
Maybe i have to use mini batches? What changes i have to do in order to realize the network i said before?
(Yes, i know that for dynamical systems with memory CNN and RNN neural nets are better but in literature there are also papaer that use DNN for this type of modeling, i.e. using more input(past sample) in a DNN for taking into account memory effects).
%load Vout.mat %LTspice data
t = (0:5.145e-5:60e-3)’; %creates 1167 samples
input_data=10*sin(200*2*pi*t);
output_data=Vout;
% plot(input_data);hold on
% plot(output_data);
%B = reshape(input_data,[],4); %ottengo numero di colonne specifiche,4
% Creazione della rete neurale profonda
layers = […
sequenceInputLayer(1)
fullyConnectedLayer(10)
reluLayer
%lstmLayer(100)
fullyConnectedLayer(10)
sigmoidLayer
fullyConnectedLayer(10)
tanhLayer
fullyConnectedLayer(1) % Output layer con una sola uscita
%tanhLayer
];
% Creazione della dlnetwork
net = dlnetwork(layers);
% Impostazione delle opzioni di addestramento
options = trainingOptions(‘adam’, …
‘MaxEpochs’,1000,…
‘InitialLearnRate’,1e-2, …
‘Verbose’,false, …
‘Plots’,’training-progress’);
% Addestramento della rete neurale
net = trainnet(input_data, output_data, net,"huber" , options);
%Predict
output_test = predict(net,input_data);Hi everyone, i’m experimenting with using a DNN for modeling an electrical circuit. I have done many tries and until now i always used one sample for input( sequenceInputLayer(1) ) a one for output( since it is a regression task). Now, since the circuit i am modeling has memory, i would like to try to extend input lenght to count for more input sample at once but keeping my output as one single sample. I am facing problems in this beacuse i have my input_data vector that is 1167×1 so 1 column. This means that sequenceInputLayer expect always 1 as dimension and i am limited to this.
On the other hand i can transpose my vectors and use 1167 as input and output dimension, but I would like more freedom and try for example a NN with an input layer of size 300, then 2 hidden layes with size 50/100 (using tanh ecc..) and then my final output layer with output size 1 ( again, since this is a regression task). I already read MATLAB documentstion but i didn’t find what i am searching for. This is the code i am using now, if you have suggestions i would be really happy!!!
Maybe i have to use mini batches? What changes i have to do in order to realize the network i said before?
(Yes, i know that for dynamical systems with memory CNN and RNN neural nets are better but in literature there are also papaer that use DNN for this type of modeling, i.e. using more input(past sample) in a DNN for taking into account memory effects).
%load Vout.mat %LTspice data
t = (0:5.145e-5:60e-3)’; %creates 1167 samples
input_data=10*sin(200*2*pi*t);
output_data=Vout;
% plot(input_data);hold on
% plot(output_data);
%B = reshape(input_data,[],4); %ottengo numero di colonne specifiche,4
% Creazione della rete neurale profonda
layers = […
sequenceInputLayer(1)
fullyConnectedLayer(10)
reluLayer
%lstmLayer(100)
fullyConnectedLayer(10)
sigmoidLayer
fullyConnectedLayer(10)
tanhLayer
fullyConnectedLayer(1) % Output layer con una sola uscita
%tanhLayer
];
% Creazione della dlnetwork
net = dlnetwork(layers);
% Impostazione delle opzioni di addestramento
options = trainingOptions(‘adam’, …
‘MaxEpochs’,1000,…
‘InitialLearnRate’,1e-2, …
‘Verbose’,false, …
‘Plots’,’training-progress’);
% Addestramento della rete neurale
net = trainnet(input_data, output_data, net,"huber" , options);
%Predict
output_test = predict(net,input_data); Hi everyone, i’m experimenting with using a DNN for modeling an electrical circuit. I have done many tries and until now i always used one sample for input( sequenceInputLayer(1) ) a one for output( since it is a regression task). Now, since the circuit i am modeling has memory, i would like to try to extend input lenght to count for more input sample at once but keeping my output as one single sample. I am facing problems in this beacuse i have my input_data vector that is 1167×1 so 1 column. This means that sequenceInputLayer expect always 1 as dimension and i am limited to this.
On the other hand i can transpose my vectors and use 1167 as input and output dimension, but I would like more freedom and try for example a NN with an input layer of size 300, then 2 hidden layes with size 50/100 (using tanh ecc..) and then my final output layer with output size 1 ( again, since this is a regression task). I already read MATLAB documentstion but i didn’t find what i am searching for. This is the code i am using now, if you have suggestions i would be really happy!!!
Maybe i have to use mini batches? What changes i have to do in order to realize the network i said before?
(Yes, i know that for dynamical systems with memory CNN and RNN neural nets are better but in literature there are also papaer that use DNN for this type of modeling, i.e. using more input(past sample) in a DNN for taking into account memory effects).
%load Vout.mat %LTspice data
t = (0:5.145e-5:60e-3)’; %creates 1167 samples
input_data=10*sin(200*2*pi*t);
output_data=Vout;
% plot(input_data);hold on
% plot(output_data);
%B = reshape(input_data,[],4); %ottengo numero di colonne specifiche,4
% Creazione della rete neurale profonda
layers = […
sequenceInputLayer(1)
fullyConnectedLayer(10)
reluLayer
%lstmLayer(100)
fullyConnectedLayer(10)
sigmoidLayer
fullyConnectedLayer(10)
tanhLayer
fullyConnectedLayer(1) % Output layer con una sola uscita
%tanhLayer
];
% Creazione della dlnetwork
net = dlnetwork(layers);
% Impostazione delle opzioni di addestramento
options = trainingOptions(‘adam’, …
‘MaxEpochs’,1000,…
‘InitialLearnRate’,1e-2, …
‘Verbose’,false, …
‘Plots’,’training-progress’);
% Addestramento della rete neurale
net = trainnet(input_data, output_data, net,"huber" , options);
%Predict
output_test = predict(net,input_data); neural networks, circuit modeling, feedforward neural networks MATLAB Answers — New Questions
Many DeviceSetupManger Errors in Event Viewer
My desktop PC ha started generating asequence of Event 131 errors source DeviceSetupManager as shown below. Each error relates to a different container ID. What’s going on here and does something need fixing?
My desktop PC ha started generating asequence of Event 131 errors source DeviceSetupManager as shown below. Each error relates to a different container ID. What’s going on here and does something need fixing? Read More
How much RAM does Windows 11 typically take?
Recently, I’ve noticed a huge amount of memory getting consumed by seemingly nothing or some background service. My PC have 32 GB of RAM here, and ~10 GB is not accounted for. The consumption got so out of hand that I had to restart my computer to keep it at bay…. Is there any software that can tell me what’s happening in the background?
Recently, I’ve noticed a huge amount of memory getting consumed by seemingly nothing or some background service. My PC have 32 GB of RAM here, and ~10 GB is not accounted for. The consumption got so out of hand that I had to restart my computer to keep it at bay…. Is there any software that can tell me what’s happening in the background? Read More
Desktop files only go to OneDrive
I am migrating to new computer with Win 11 and finally got Onedrive out of my life except trying to put items on the desktop as they were on Win 10 machine puts them in User/Curt/Onedrive. Can I stop that and do I really need to. I prefer not to even see onedrive appear on my computer anywhere. Read More
Failed to disable spell check in several apps on Windows 11
Some apps like Asana, Todoist or others highlight English text with red lines. It concerns apps that can also be used via internet browser. Context menu reveals that this is a spell check. I have turned off ALL spell checking features of Windows 11 and of all my internet browsers. A second laptop with Windows 11 does not show this wrong behaviour. Does anyone meet the same problem? Do you know a good solution?
Some apps like Asana, Todoist or others highlight English text with red lines. It concerns apps that can also be used via internet browser. Context menu reveals that this is a spell check. I have turned off ALL spell checking features of Windows 11 and of all my internet browsers. A second laptop with Windows 11 does not show this wrong behaviour. Does anyone meet the same problem? Do you know a good solution? Read More
Windows update fails on Windows Store?
Now, all Microsoft apps are checking for updates, at times they would download or be stuck checking for install or in a loop for downloading some info then becoming stuck. In order to resolve it I would have to go into services and restart Microsoft Store Install Service, then it would update the apps no issue. I ran the troubleshooter for that tonight as well in hopes of resolving this issue, but given how many users are having issues with Windows S mode recently on the store, anyone else have similar issues like me?
Now, all Microsoft apps are checking for updates, at times they would download or be stuck checking for install or in a loop for downloading some info then becoming stuck. In order to resolve it I would have to go into services and restart Microsoft Store Install Service, then it would update the apps no issue. I ran the troubleshooter for that tonight as well in hopes of resolving this issue, but given how many users are having issues with Windows S mode recently on the store, anyone else have similar issues like me? Read More
Can a Windows 10 Pro activation code be used for Windows 11 Pro?
What happens, when I try to activate a newly installed Windows 11 or a machine with Windows 11 Home on it, with a Windows 10 Pro activation code? Read More
How to Update Windows 11 to Insider Preview 26100?
The computer shells out and the reverts back to install the last windows preview build beta upon second boot. I then get an error message saying it is a driver issue. All Driver are up to date. This is a Asus k712ea laptop i5 11th gen. I try to burn the iso with rufus 4.5 I get the blue screen of death with a generic Error code OxC00000a.
The computer shells out and the reverts back to install the last windows preview build beta upon second boot. I then get an error message saying it is a driver issue. All Driver are up to date. This is a Asus k712ea laptop i5 11th gen. I try to burn the iso with rufus 4.5 I get the blue screen of death with a generic Error code OxC00000a. Read More
Solved Windows 11 BSOD only when streaming (sometimes)
Before dropping by with my problem I did a Google Search and found this issue here and there all over the net. Y’all even dealt with it once and started talking about hardware acceleration. Nobody anywhere posted a THAT DID IT! feedback.
Is anyone really familiar with this? Would hardware acceleration be related to the Firefox browser I’m streaming through?
Before dropping by with my problem I did a Google Search and found this issue here and there all over the net. Y’all even dealt with it once and started talking about hardware acceleration. Nobody anywhere posted a THAT DID IT! feedback.Is anyone really familiar with this? Would hardware acceleration be related to the Firefox browser I’m streaming through? Read More
Do you receive big popup ads for windows games?
This is really annoying for prompting unwanted staff on Windows 11. Paid the license key in full and still can’t avoid ads, lol
This is really annoying for prompting unwanted staff on Windows 11. Paid the license key in full and still can’t avoid ads, lol Read More
Check This Out! (CTO!) Guide (April 2024)
Hi everyone! Brandon Wilson here once again with this month’s “Check This Out!” (CTO!) guide.
These posts are only intended to be your guide, to lead you to some content of interest, and are just a way we are trying to help our readers a bit more, whether that is learning, troubleshooting, or just finding new content sources! We will give you a bit of a taste of the blog content itself, provide you a way to get to the source content directly, and help to introduce you to some other blogs you may not be aware of that you might find helpful.
From all of us on the Core Infrastructure and Security Tech Community blog team, thanks for your continued reading and support!
Title: Speaking in Ciphers and other Enigmatic tongues fresh content update!
Source: Ask the Directory Services Team
Author: Jim Tierney
Publication Date: 4/3/24
Content excerpt:
So, your company purchases this new super awesome vulnerability and compliance management software suite, and they just ran a scan on your Windows Server 2008 domain controllers and lo! The software reports back that you have weak ciphers enabled, highlighted in RED, flashing, with that “you have failed” font, and including a link to the following Microsoft documentation…
Title: NTLM vs Kerberos
Source: Ask the Directory Services Team
Author: Josh Mora
Publication Date: 4/23/24
Content excerpt:
In this post, we will go through the basics of NTLM and Kerberos. We will explain using the three Ws, covering what the main differences between them are, how to identify when a protocol is being used over the other, and why one is safer than the other.
Title: Coming Soon: Transition to WS2012 ESUs enabled by Azure Arc
Source: Azure Arc
Author: Aurnov Chattopadhyay
Publication Date: 4/3/24
Content excerpt:
Announced during last week’s Windows Server Summit 2024, customers will be able to transition to Azure Arc for WS2012 Extended Security Updates enabled by Azure Arc for Year 2 if they had purchased Year 1 of Extended Security Updates for Volume Licensing. This experience will ask customers to supply their Invoice Id, corresponding to WS2012 ESU purchases from Volume Licensing.
With its pay as you go flexibility as an Azure billed service and inclusion of Azure management services like Azure Update Manager and Machine Configuration at no additional cost, WS2012 ESUs enabled by Azure Arc offer financial and experience benefits to customers. This is especially critical to support customers in their journey of migrating and modernizing End of Life infrastructure to Azure.
Title: Public Preview of Azure Arc Site Manager
Source: Azure Arc
Author: Nathan Parikh
Publication Date: 4/22/24
Content excerpt:
This week we are excited to announce the Public Preview of Azure Arc site manager. We designed site manager to meet the needs of customers who manage solutions on the adaptive cloud and want to view and monitor their resources according to their physical locations, such as stores, restaurants, and factories. Within site manager, customers can create Arc sites to represent their on-premises environments and see centralized monitoring information across their edge infrastructure.
Title: Cloud Governance Guidance in Microsoft’s Cloud Adoption FrameworkCloud Governance Guidance in Microsoft’s Cloud Adoption Framework
Source: Azure Architecture
Author: Stephen Sumner
Publication Date: 4/8/24
Content excerpt:
We are thrilled to announce the latest enhancement to Microsoft’s Cloud Adoption Framework for Azure. We comprehensively updated our cloud governance guidance in the Govern section of the Cloud Adoption Framework (CAF). The updated governance guidance represents Microsoft’s commitment to supporting your organization’s cloud journey, offering a clearer, more accessible, and comprehensive path to effective cloud governance. It encompasses identity, cost, resource, data, and AI governance among other areas of governance categories.
Whether you’re a startup looking to scale efficiently or a large enterprise aiming to refine your governance practices, we designed this governance guidance to meet your needs and guide you to where you need to be.
Title: On Demand Capacity Reservation is now available in Azure for US Government
Source: Azure Compute
Author: Megan Pennie
Publication Date: 4/29/24
Content excerpt:
Today, we’re announcing the general availability of on demand capacity reservations for Azure Virtual Machines in Azure for US Government Cloud . You can now manage and reserve capacity with guaranteed SLA for VM sizes available on Azure for US Government Cloud.
As part of our ongoing commitment to expanding our global reach and providing On Demand Capacity Reservation benefits to our customers, we have diligently worked hard for months to bring this feature to Azure for US Government Cloud.
Title: Azure billing meters: What you need to know about the upcoming changes
Source: Azure Governance and Management
Author: Vahe Minasyan
Publication Date: 4/8/24
Content excerpt:
This article is to inform you of some important changes that we are making as part of our ongoing efforts to improve your Azure experience and increase pricing transparency. We are making changes to the billing meters that could affect some Azure services and resources that you may use, and we want to make sure you understand what the changes are, why we are doing them, and how they will impact your billing.
These updates will not impact your prices, but you may notice some changes in how your Azure consumption is shown on your invoice, price sheet, API, and other Cost Management tools.
Title: Perform bulk NSG rule rollout across multiple target NSGs
Source: Azure Infrastructure
Author: Sourav Bera
Publication Date: 4/22/24
Content excerpt:
Network Security Groups (NSGs) are a fundamental aspect of Azure networking, providing a layer of security to control traffic flow within virtual networks. However, managing NSG rules across multiple NSGs can be a daunting task, especially when done manually. This article introduces a powerful PowerShell script that allows you to perform bulk NSG rule rollouts across multiple target NSGs, saving you time and ensuring consistency across your network.
Title: Enhancing Azure Connectivity: Sharing PaaS instance across customer tenants on Azure
Source: Azure Infrastructure
Author: Aquib Qureshi
Publication Date: 4/28/24
Content excerpt:
I’ve come across a scenario where one of my customer using Azure SQL DB wanted to share their Database with other customer who was also hosted on Azure. They were struggling to establish site-to-site connectivity so that Customer B could access Customer A’s network, enabling them to connect to the Azure SQL DB via the site-to-site tunnel. Though this can be achieved, there are better ways to connect to Azure SQL DB, or any PaaS instance for that matter, with another customer who is using Azure. This can also be used by customers who have multiple Azure AD tenants.
Title: VMware HCX Troubleshooting with Azure VMware Solution
Source: Azure Migration and Modernization
Author: Rene van den Bedem
Publication Date: 4/8/24
Content excerpt:
VMware HCX is one of the Azure VMware Solution components that generates a large number of service requests from our customers. The Azure VMware Solution product group has worked to cover the most common troubleshooting considerations that you should know about when using VMware HCX with the Azure VMware Solution.
Title: Microsoft Azure ExpressRoute Overview Cheat Sheet
Source: Azure Networking
Author: Gene Whitaker
Publication Date: 4/9/24
Content excerpt:
Microsoft Azure ExpressRoute lets you extend your on-premises networks into the Microsoft Cloud over a private connection with the help of a connectivity provider. With ExpressRoute, you can establish connections to Microsoft Cloud services, such as Microsoft Azure and Microsoft 365.
Use this ExpressRoute Overview Cheat Sheet to quickly learn and gain access to the following information:
ExpressRoute Main Components
Key Benefits and Features
The Different Connectivity Models
Various Helpful Links
Diagram demonstrating ExpressRoute circuits along with features such as Global Reach and FastPath
This cheat sheet is compiled with important and most common information to learn ExpressRoute.
Title: Network traffic observability with virtual network flow logs
Source: Azure Networking
Author: HarshaCS
Publication Date: 4/24/24
Content excerpt:
Azure Network Watcher provides network monitoring and troubleshooting capabilities to increase observability and actionable insights with out-of-box health metrics & topology visualization, connectivity monitoring, traffic monitoring and diagnostics suite. For on-premises workloads, network administrators rely on NetFlow or IPFIX to address these use cases. Virtual network flow logs are a capability of Network Watcher service to address these scenarios for Azure and hybrid networks and we are excited to announce that virtual network flow logs are now transitioning from public preview to general availability.
Title: Understanding the core concept and routing of vWAN with Example
Source: Azure Networking
Author: Sourav Das
Publication Date: 4/26/24
Content excerpt:
What is virtual WAN? Azure Virtual WAN is a NAAS (networking as a service) to enable simplified global transit networking architecture that brings many networking, security, and routing functionalities together to provide a single operational interface…
Title: New and improved network topology experience in Network Watcher and Azure Monitor Network Insights
Source: Azure Networking
Author: Sagar Gupta
Publication Date: 4/28/24
Content excerpt:
Azure Network Watcher provides network monitoring and troubleshooting capabilities to increase observability and actionable insights. Network Watcher supports four main scenarios: Connectivity Monitoring detects packet loss and latency, built-in health metrics and topology visualization help to locate issues, traffic monitoring tracks network communication pattern, and diagnostics suite enables troubleshooting.
Title: Apply critical update for Azure Stack HCI VMs to maintain Azure verification
Source: Azure Stack
Author: Kimberly Lam
Publication Date: 4/18/24
Content excerpt:
Azure verification for VMs on Azure Stack HCI makes it possible for Azure-exclusive benefits to work outside of the cloud and in on-premises and edge environments. These benefits include Azure Virtual Desktop for Azure Stack HCI, Windows Server Datacenter: Azure Edition, Extended Security Updates (ESUs) for SQL and Windows Server Virtual Machines (VMs) on Azure Stack HCI, and Azure Policy guest configuration. To keep these workloads continuing to function, periodic updates are required to maintain their security and functionality.
Title: Sneak peek at new Azure edge infrastructure at Hannover Messe 2024
Source: Azure Stack
Author: Cosmos Darwin
Publication Date: 4/22/24
Content excerpt:
This week is Hannover Messe 2024, the world’s biggest industrial trade fair. Microsoft is there, including members of the Azure Stack team, showcasing how the Microsoft Cloud enables end-to-end manufacturing solutions that help securely connect people, assets, and business processes, empowering organizations to be more resilient.
Near the center of our booth, you can watch a robotic assembly line put together battery parts. The line features standard OT assets from our partner Rockwell Automation and shows how an adaptive cloud approach together with open standards like OPC UA can accelerate industrial transformation. Azure IoT Operations enabled by Azure Arc flows data from the production line into Microsoft Fabric, enabling real-time monitoring and analysis in the cloud.
And if you look closer, you may spot an exciting new infrastructure solution hosting it all…
Title: Azure Virtual Desktop for Azure Stack HCI now has autoscale
Source: Azure Virtual Desktop
Author: Jessie Duan
Publication Date: 4/11/24
Content excerpt:
On February 2024, we announced the general availability of Azure Virtual Desktop for Azure Stack HCI, which extends the capabilities of the Microsoft Cloud to your datacenters and edge locations. Today, we’re happy to announce that autoscale support on Azure Virtual Desktop for Azure Stack HCI is now in public preview. With the Azure Virtual Desktop autoscale feature, organizations running virtualized desktops and apps on-premises, at the edge or in their datacenter, can optimize costs by turning off idle Azure Virtual Desktop session hosts running on Azure Stack HCI.
Title: Get Azure Reservations and Savings Plans Insights with the Azure Optimization Engine
Source: Core Infrastructure and Security
Author: Helder Pinto
Publication Date: 4/1/24
Content excerpt:
Azure Reservations and Savings Plans commitments have been adopted by many customers with a predictable and steady Azure consumption to achieve considerable savings over on-demand prices. Depending on your on-demand Azure Compute consumption patterns, you may choose one over the other, or even have both working in tandem…
Title: ConfigMgr: Avoiding Remote Management Point Pitfalls
Source: Core Infrastructure and Security
Author: Pavel Yurenev
Publication Date: 4/4/24
Content excerpt:
I’m Pavel Yurenev, a Support Escalation Engineer specializing in Microsoft Configuration Manager at Microsoft Customer Service & Support (CSS). As Reactive Support, we assist customers with issues arising from Microsoft software products. Unfortunately, some supported product configurations are poorly supportable.
Today, I want to discuss certain design features of Configuration Manager Management Points (MPs) and provide guidance for architects and administrators.
Title: Proxies, proxies everywhere but still no Internet. Overview of the Windows Proxies
Source: Core Infrastructure and Security
Author: Will Aftring
Publication Date: 4/8/24
Content excerpt:
Howdy everyone, a quick tangent from our regularly scheduled Introduction to Network Trace Analysis series to talk about the Windows Proxy ecosystem. A Windows Proxy configuration can be a little tricky, so I wanted to add clarity for configuration methods. Scoping things a bit here I will also only be referring to 64-bit applications.
But first, let’s explain what I mean when I say proxy…
Title: Active Directory Hardening Series – Part 4 – Enforcing AES for Kerberos
Source: Core Infrastructure and Security
Author: Jerry Devore
Publication Date: 4/15/24
Content excerpt:
Hi everyone, Jerry Devore here again with another installment in my series on Active Directory hardening. This time I want to revisit a topic I previously wrote about in September of 2020 which is enforcing AES for Kerberos. Since I wrote that blog post a few new tips have come my way. Before we dive in here is a quick re-cap of what was previously discussed…
Title: Controlling AKS egress using an HTTP Proxy
Source: Core Infrastructure and Security
Author: Houssem Dellai
Publication Date: 4/22/24
Content excerpt:
Azure Kubernetes Service (AKS) clusters, whether deployed into a managed or custom virtual network, have certain outbound dependencies necessary to function properly. Previously, in environments requiring internet access to be routed through HTTP proxies, this was a problem. Nodes had no way of bootstrapping the configuration, environment variables, and certificates necessary to access internet services.
This feature adds HTTP proxy support to AKS clusters, exposing a straightforward interface that cluster operators can use to secure AKS-required network traffic in proxy-dependent environments.
Both AKS nodes and Pods will be configured to use the HTTP proxy. Here is an architecture diagram showing the different components.
Title: Building Your Own Copilot for Credit Card Selection
Source: Core Infrastructure and Security
Author: Felipe Binotto
Publication Date: 4/28/24
Content excerpt:
Have you ever found yourself lost in the maze of credit card options, navigating through countless comparison websites, unsure of the accuracy and timeliness of their information? I certainly have. Recently, I embarked on a quest to find the perfect credit card, one that rewards my spending habits with frequent flyer points. However, relying solely on popular comparison platforms left me questioning the reliability of their data, often overshadowed by biased advertisements.
But then, a beacon of hope emerged: the realization that all bank product information is accessible through a common API. With this revelation, I set out to craft my own solution – a personalized Copilot to guide me through the sea of credit card offerings.
Title: Cost allocation is imperative for cloud resource optimization
Source: FinOps
Author: Antonio Ortoll
Publication Date: 4/15/24
Content excerpt:
Like most enterprises, you are probably managing your Azure resources and services centrally and need a way to distribute and “showback” or reallocate the cost of services back to the organizational units that use those services.
Sharing cloud services provides greater flexibility and scalability when they can be dynamically allocated. But as your cloud adoption grows, the quantity of billing and usage data and the speed at which it is delivered can make allocation and reporting a challenge without a strategy and a system to efficiently assign the costs of cloud resources to their specific users.
Title: 7 steps for a successful Azure migration
Source: ITOps Talk
Author: Sonia Cuff
Publication Date: 4/9/24
Content excerpt:
Migrating an on-premises environment to Azure requires preparation, planning, and time. Join Microsoft MVP Gregor Reimling and learn seven key steps for a successful Azure migration.
In this video, you will learn…
Title: Wired for Hybrid – What’s New in Azure Networking – April 2024 edition
Source: ITOps Talk
Author: Pierre Roman
Publication Date: 4/22/24
Content excerpt:
Azure Networking is the foundation of your infrastructure in Azure. Each month we bring you an update on What’s new in Azure Networking.
In this blog post, we’ll cover what’s new with Azure Networking in April 2024. In this blog post, we will cover the following announcements and how they can help you.
Title: Dual-Region Azure VMware Solution design with Global Reach, using Secure Virtual WAN
Source: ITOps Talk
Author: Jason Medina
Publication Date: 4/24/24
Content excerpt:
This article describes the best practices for connectivity, traffic flows, and high availability of dual-region Azure VMware Solution when using Azure Secure Virtual WAN with Routing Intent and Global Reach. This article breaks down Virtual WAN with Routing Intent topology from the perspective of Azure VMware Solution private clouds, on-premises sites, and Azure native. The implementation and configuration of Secure Virtual WAN with Routing Intent are beyond the scope and are not discussed in this document.
Title: Important update: Deprecation of Azure AD PowerShell and MSOnline PowerShell modules
Source: Microsoft Entra (Azure AD)
Author: Kristopher Bash
Publication Date: 4/1/24
Content excerpt:
In 2021, we described our plans to invest in Microsoft Graph PowerShell SDK as the PowerShell provider for Microsoft Entra and transition away from Azure AD and MSOnline PowerShell modules. In 2023, we announced that the deprecation of Azure AD and MSOnline PowerShell modules would occur on March 30, 2024. We’ve since made substantial progress closing remaining parity gaps in Microsoft Graph PowerShell SDK, and as of March 30, 2024, these PowerShell modules are now deprecated:
Azure AD PowerShell (AzureAD)
Azure AD PowerShell Preview (AzureADPreview)
MS Online (MSOnline)
You should migrate your scripts to Microsoft Graph PowerShell SDK as soon as possible. Information about the retirement of these modules can be found below.
Title: What’s new in Microsoft Entra
Source: Microsoft Entra (Azure AD)
Author: Shobhit Sahay
Publication Date: 4/1/24
Content excerpt:
With the ever-increasing sophistication of cyber-attacks, the increasing use of cloud-based services, and the proliferation of mobile devices, it’s essential that organizations secure access for both human and non-human identities to all on-premises and cloud resources, while working continuously to improve their security posture.
Today, we’re sharing feature release information for January – March 2024, and first quarter change announcements. We also communicate these via release notes, email, and the Microsoft Entra admin center.
Title: Introducing new and upcoming Entra Recommendations to enhance security and productivity
Source: Microsoft Entra (Azure AD)
Author: Shobhit Sahay
Publication Date: 4/2/24
Content excerpt:
Managing the myriad settings and resources within your tenant can be daunting. In an era of escalating security risks and an unprecedented global threat landscape, organizations seek trusted guidance to enhance their security posture That’s why we introduced Microsoft Entra Recommendations to diligently monitor your tenant’s status, ensuring it remains secure and healthy. Moreover, they empower you to extract maximum value from the features offered by Microsoft Entra ID. Since the launch of Microsoft Entra recommendations, thousands of customers have adopted these recommendations and resolved millions of resources.
Title: Introducing “What’s New” in Microsoft Entra
Source: Microsoft Entra (Azure AD)
Author: Shobhit Sahay
Publication Date: 4/15/24
Content excerpt:
Today, I’m thrilled to announce the public preview of What’s New in Microsoft Entra. This new hub in the Microsoft Entra admin center offers you a centralized view of our roadmap and change announcements across the Microsoft Entra identity and network access portfolio. In this article, I’ll show you how admins can get the most from what’s new to stay informed about Entra product updates and actionable insights.
Title: Enforce least privilege for Entra ID company branding with the new organizational branding role
Source: Microsoft Entra (Azure AD)
Author: James Mantu
Publication Date: 4/18/24
Content excerpt:
I’m pleased to announce General Availability (GA) of the organizational branding role for Microsoft Entra ID company branding.
This new role is part of our ongoing efforts to implement Zero Trust network access by enforcing the principle of least privilege for users when customizing their authentication user experience (UX) via Entra ID company branding.
Previously, users wanting to configure Entra ID company branding required the Global Admin role. This role, though, has sweeping privileges beyond what’s necessary for configuring Entra ID company branding.
Title: Onboard to Azure Arc with Security in Mind
Source: Security, Compliance, and Identity
Author: Simone Oor
Publication Date: 4/17/24
Content excerpt:
Azure Arc allows certain on-premises resources, typically servers, to be managed from Azure, depending on the configuration mode selected and currently available features.
While this allows for a more integrated approach to hybrid environments, it also further blurs the administrative boundary between on-premises and cloud.
This increases the risk that a vulnerability on either side lowers the level of security across the entire plane. This article contains tips for managing this risk and approaching Arc Onboarding with security in mind.
Previous CTO! Guides:
CIS Tech Community-Check This Out! (CTO!) Guides
Additional resources:
Azure documentation
Azure pricing calculator (VERY handy!)
Microsoft Azure Well-Architected Framework
Microsoft Cloud Adoption Framework
Windows Server documentation
Windows client documentation for IT Pros
PowerShell documentation
Core Infrastructure and Security blog
Microsoft Tech Community blogs
Microsoft technical documentation (Microsoft Docs)
Sysinternals blog
Microsoft Learn
Microsoft Support (Knowledge Base)
Microsoft Archived Content (MSDN/TechNet blogs, MSDN Magazine, MSDN Newsletter, TechNet Newsletter)
Microsoft Tech Community – Latest Blogs –Read More
Matching Content explorer exports in content search – Exchange
Hi
I have been tasked with finding all cardholder data in our tenant.
For SPO and onedrive I can search directly from content search (or ediscovery search)
This is useful because we can export items for further investigation, and most importantly, at some point I will be asked to purge some results.
I have managed to export the content explorer data for exchange using Export-ContentExplorerData powershell.
The resulting csv however isnt very useful in tems of matching items in Exchange.
The only 2 vaguely usefel fields are FileUrl, and FileName
FileName contains contextual data sometimes several lines long, and contonaong characters that screw up a KQL keyword search, and returns too many results.
The FileURL property seems to be a unique ID, but I cant seem to find this property anywhere else, especially in content search.
Has anyone else faced a simliar situation?
HiI have been tasked with finding all cardholder data in our tenant.For SPO and onedrive I can search directly from content search (or ediscovery search)This is useful because we can export items for further investigation, and most importantly, at some point I will be asked to purge some results.I have managed to export the content explorer data for exchange using Export-ContentExplorerData powershell.The resulting csv however isnt very useful in tems of matching items in Exchange.The only 2 vaguely usefel fields are FileUrl, and FileNameFileName contains contextual data sometimes several lines long, and contonaong characters that screw up a KQL keyword search, and returns too many results. The FileURL property seems to be a unique ID, but I cant seem to find this property anywhere else, especially in content search. Has anyone else faced a simliar situation? Read More
Windows doesnt boot properly
So here’s my issue.
I turn my PC on and get the bios boot screen
after a few seconds my monitors say something like (no signal or no cable connected)
then after a few more seconds to a minute the windows 11 login screen shows
Can anyone who has had this issue before and fixed it help me out?
So here’s my issue.I turn my PC on and get the bios boot screenafter a few seconds my monitors say something like (no signal or no cable connected)then after a few more seconds to a minute the windows 11 login screen showsCan anyone who has had this issue before and fixed it help me out? Read More
Inconsistent code generation of Block parameters with Embedded Coder
I’m trying to generate C++ code via Embedded Coder.
This simple model contains some variables a,b,b1, where their constant values are implicitly set under .mat file
#
This is one of the block parameters:
When I generate code, I get the following
// Parameters (default storage)
struct P_controller_module_T {
double a; // Variable: a
// Referenced by: ‘<Root>/a’
double b; // Variable: b
// Referenced by: ‘<Root>/b’
double b1; // Variable: b1
// Referenced by: ‘<Root>/b1’
};
However in another model I have the following block parameters (constant values are also implicitly set under .mat files) :
But when generating code I get the following :
double Kp_lat_Value; // Expression: Kp_lat
// Referenced by: ‘<S11>/Kp_lat’
How do I keep the suffix "_Value" consistent ?I’m trying to generate C++ code via Embedded Coder.
This simple model contains some variables a,b,b1, where their constant values are implicitly set under .mat file
#
This is one of the block parameters:
When I generate code, I get the following
// Parameters (default storage)
struct P_controller_module_T {
double a; // Variable: a
// Referenced by: ‘<Root>/a’
double b; // Variable: b
// Referenced by: ‘<Root>/b’
double b1; // Variable: b1
// Referenced by: ‘<Root>/b1’
};
However in another model I have the following block parameters (constant values are also implicitly set under .mat files) :
But when generating code I get the following :
double Kp_lat_Value; // Expression: Kp_lat
// Referenced by: ‘<S11>/Kp_lat’
How do I keep the suffix "_Value" consistent ? I’m trying to generate C++ code via Embedded Coder.
This simple model contains some variables a,b,b1, where their constant values are implicitly set under .mat file
#
This is one of the block parameters:
When I generate code, I get the following
// Parameters (default storage)
struct P_controller_module_T {
double a; // Variable: a
// Referenced by: ‘<Root>/a’
double b; // Variable: b
// Referenced by: ‘<Root>/b’
double b1; // Variable: b1
// Referenced by: ‘<Root>/b1’
};
However in another model I have the following block parameters (constant values are also implicitly set under .mat files) :
But when generating code I get the following :
double Kp_lat_Value; // Expression: Kp_lat
// Referenced by: ‘<S11>/Kp_lat’
How do I keep the suffix "_Value" consistent ? embedded coder, simulink, c++ MATLAB Answers — New Questions